GBA-8-19/Pods/Local Podspecs/Roxas.podspec.json
bluesea a4773a19e4 a
2024-06-14 17:31:43 +08:00

23 lines
680 B
JSON

{
"name": "Roxas",
"version": "0.1",
"summary": "Private iOS Development Framework",
"description": "Private iOS Development Framework used by me in my projects.",
"homepage": "https://github.com/rileytestut/roxas",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "http://github.com/rileytestut/Roxas.git"
},
"authors": {
" Hthik": "riley@rileytestut.com"
},
"social_media_url": "https://twitter.com/rileytestut",
"source_files": "Roxas/*.{h,m}",
"public_header_files": "Roxas/*.h",
"private_header_files": "Roxas/RSTCellContentDataSource_Subclasses.h",
"prefix_header_file": "Roxas/Roxas-Prefix.pch",
"resources": "Roxas/*.xib"
}