blob: 3105b9a3bc95e1f4771eec34306c30703d8e15d4 [file] [log] [blame]
{
"name": "OvershareKit+Branch",
"version": "1.3.2",
"summary": "A soup-to-nuts sharing library for iOS, with a little extra zest from Branch.",
"homepage": "https://github.com/BranchMetrics/overshare-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Hasbrouck": "scott@branch.io"
},
"source": {
"git": "https://github.com/BranchMetrics/overshare-kit.git",
"tag": "1.3.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"AddressBook",
"CoreMotion",
"CoreLocation",
"MediaPlayer"
],
"compiler_flags": "-fmodules",
"source_files": [
"Overshare Kit/*.{h,m}"
],
"resources": [
"Overshare Kit/Images/*",
"Overshare Kit/*.xib",
"Dependencies/GooglePlus-SDK/GooglePlus.bundle"
],
"ios": {
"vendored_frameworks": [
"Dependencies/GooglePlus-SDK/GooglePlus.framework",
"Dependencies/GooglePlus-SDK/GoogleOpenSource.framework"
]
},
"dependencies": {
"ADNLogin": [
],
"PocketAPI": [
],
"Branch": [
]
}
}