blob: 6a514f8e92d63268e977fd26a1e1d19d89dcb1b1 [file] [log] [blame]
{
"name": "pyze-sdk-iOS",
"version": "2.5.2",
"summary": "Pyze - Growth Intelligence® for every app.",
"description": "Pyze is building an easy to use SaaS service to provide App publishers with Intelligence to develop, grow and monetize loyal users.",
"homepage": "http://pyze.com",
"license": {
"type": "Commercial",
"text": " Copyright (c) 2013-2016, Pyze Technologies.\n All rights reserved.\n"
},
"authors": {
"iOS Dev team": "ios@pyze.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pyze/iOS-Library.git",
"tag": "v2.5.2"
},
"ios": {
"vendored_frameworks": "Pyze.framework",
"exclude_files": [
".git",
".gitignore",
"Pyze.zip",
"Pyze",
"PyzeTest",
"README.md",
"Pyze-iOS-SDK.podspec"
]
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}