blob: 5205dcd5450d27c311433b7d6338643ca13007b5 [file] [log] [blame]
{
"name": "GDYSDK",
"version": "0.1.6",
"summary": "GDYSDK personal cretae SDK",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/GDaYao/GDYSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GDY": "jaeda1418154979@gmail.com"
},
"source": {
"git": "https://github.com/GDaYao/GDYSDK.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"MapKit"
],
"subspecs": [
{
"name": "Core",
"libraries": "sqlite3",
"source_files": "GDYSDK/Classes/Core/**/*",
"public_header_files": "GDYSDK/Classes/Core/**/*.h",
"dependencies": {
"AFNetworking": [
"3.2.1"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"LIBRARY_SEARCH_PATHS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)",
"OTHER_CFLAGS": "$(inherited)",
"OTHER_LDFLAGS": "$(inherited)",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited)"
}
}
]
}