blob: 0446f5420e1d8115a67ff499d53c3641f16607ee [file] [log] [blame]
{
"name": "pointzi",
"version": "0.1.0",
"summary": "Pointzi module.",
"description": "Pointzi is an excellent SDK for you to create an experiment.",
"homepage": "https://george.pointzi.com",
"screenshots": [
],
"license": "LGPL",
"authors": {
"Supporter": "support@streethawk.com"
},
"documentation_url": "http://streethawksdk.github.io/ios/",
"source": {
"git": "https://github.com/StreetHawkSDK/pointzi_ios.git",
"tag": "0.1.0",
"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/**/*"
]
},
"dependencies": {
"streethawk/Feed": [
]
}
}