blob: 6d563efa80a856c7b6636d73cf1cac3280e28778 [file] [log] [blame]
{
"name": "SwiftyStreethawk",
"version": "0.4.0",
"summary": "Pointzi module.",
"description": "Pointzi is an excellent SDK for you to create an experiment.",
"homepage": "https://github.com/Xingyuj/SwiftyStreethawk",
"screenshots": [
],
"license": {
"type": "Permissive Binary License",
"file": "Pointzi/LICENSE.txt"
},
"authors": {
"Supporter": "endorathas@gmail.com"
},
"source": {
"http": "https://pkg.streethawk.com/artifactory/pointzi-ios/streethawk/pointzi/prepare-releasing/1.4.1-beta/pointzi-1.4.1-beta+5c2fa3f2.zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Lite",
"subspecs": [
{
"name": "Lite",
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -lObjC",
"OTHER_CFLAGS": "$(inherited) -DNS_BLOCK_ASSERTIONS=1 -DNDEBUG"
},
"source_files": "Pointzi/**/*.{h,m}",
"public_header_files": "Pointzi/Headers/*.h",
"vendored_libraries": "Pointzi/libPointzi.a",
"resource_bundles": {
"Pointzi": [
"Pointzi/Assets/**/*"
]
},
"frameworks": [
"CoreTelephony",
"Foundation",
"CoreGraphics",
"UIKit",
"CoreSpotlight"
],
"libraries": [
"sqlite3",
"xml2"
]
}
]
}