blob: 98e2541bf207e8048c58d8413638aec926e375e0 [file] [log] [blame]
{
"name": "OvershareKit",
"version": "1.0.3",
"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.3"
},
"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": [
]
}
}