blob: e6092f0d262c5934e38ae5777b0d72ac24a7de06 [file] [log] [blame]
{
"name": "GDTest",
"version": "0.0.1",
"summary": "GD SDK for iOS developers",
"homepage": "https://github.com/guodong10518/GDTest",
"license": "MIT",
"authors": {
"guodong10518": "guodong10518@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/guodong10518/GDTest.git",
"tag": "0.0.1"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"vendored_libraries": "GDTest/libGDTest.a",
"source_files": "GDTest/Header/**/*.h",
"public_header_files": "GDTest/Header/**/*.h",
"frameworks": [
"UIKit",
"Security",
"MapKit",
"CoreLocation",
"AVFoundation",
"QuartzCore",
"JavaScriptCore"
]
}