blob: f6111733fac9afc4d4cd7c9a99a9edd9a3b5b2c1 [file] [log] [blame]
{
"name": "NotifyFramework",
"version": "0.9.1",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2012-2015 Socialscope, Inc.\n All rights reserved.\n http://www.notify.io/\n"
},
"summary": "Notify Framework for iOS",
"homepage": "http://www.notify.io",
"authors": {
"Notify.IO": "support@notify.io"
},
"source": {
"http": "https://github.com/notifyio/iOS-SDK/blob/master/v0.9/NotifyFramework.zip?raw=true"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "NotifySDKFramework.framework",
"libraries": "stdc++",
"frameworks": [
"SystemConfiguration",
"NotifySDKFramework"
],
"public_header_files": "NotifySDKFramework.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "NotifySDKFramework.framework",
"resources": "NotifySDKFramework.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/NotifyFramework\"",
"LD_RUNPATH_SEARCH_PATHS": "@executable_path/Frameworks"
}
}
}