blob: a27dfd6b858f9100098e60461ae00e96094f5320 [file] [log] [blame]
{
"name": "pointzi",
"version": "1.3.5",
"summary": "Pointzi module.",
"description": "Pointzi is an excellent SDK for you to create an experiment.",
"homepage": "https://pointzi.com",
"screenshots": [
],
"license": {
"type": "Permissive Binary License",
"file": "Pointzi/LICENSE.txt"
},
"authors": {
"Supporter": "support@streethawk.com"
},
"source": {
"http": "https://pkg.streethawk.com/artifactory/pointzi-ios/streethawk/pointzi/1.3.5/1.3.5/pointzi-1.3.5.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"
]
}
]
}