blob: 734be48d9f1b890cf8f79fe3b5b40bbcd755f5b7 [file] [log] [blame]
{
"name": "OvershareKit",
"version": "1.3.1",
"summary": "A soup-to-nuts sharing library for iOS.",
"homepage": "https://github.com/overshare/overshare-kit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Sinclair": "desk@jaredsinclair.com",
"Justin Williams": "justin@carpeaqua.com"
},
"source": {
"git": "https://github.com/overshare/overshare-kit.git",
"tag": "1.3.1"
},
"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": [
]
}
}