blob: 258973dae7133d337744b9b36021ca0c4e565fd3 [file] [log] [blame]
{
"name": "pointzi",
"version": "1.0.7",
"summary": "Pointzi module.",
"description": "Pointzi is an excellent SDK for you to create an experiment.",
"homepage": "https://dashboard.pointzi.com",
"screenshots": [
],
"license": "LGPL",
"authors": {
"Supporter": "support@streethawk.com"
},
"source": {
"git": "https://github.com/StreetHawkSDK/pointzi_ios.git",
"tag": "1.0.7",
"submodules": true
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"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"
}