blob: 9a94387be7d7e01939f450c8f54f495a00eacaac [file] [log] [blame]
{
"name": "OvershareKit",
"version": "1.2.0",
"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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"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": [
]
}
}