blob: 97439b859956496b7963d089ab3e5e59b85f0590 [file] [log] [blame]
{
"name": "GDYSDK",
"version": "0.1.5",
"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.5"
},
"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)"
}
}
]
}