blob: 1806ea9a5e6daa8b574c1ea2369b4f5df44694b9 [file] [log] [blame]
{
"name": "OvershareKit",
"version": "1.0.6.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.0.6.1"
},
"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": {
"ADNLogin": [
],
"PocketAPI": [
]
}
}