blob: 44ca9b8c192b6155077ba92fe0a0f0e445df8a64 [file] [log] [blame]
{
"name": "Handybook",
"version": "1.0.0",
"summary": "The Handybook Pod is an Objective-C wrapper for the Handybook API that allows developers to use the API in their own iOS apps.",
"homepage": "https://github.com/Handybook/handybook_pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jayant Sani": "jayant@handybook.com",
"Muhammad Ibrahim": "ibrahim@handybook.com"
},
"source": {
"git": "https://github.com/Handybook/handybook_pod.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/HandybookHQ",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Handybook_pod/Handybook/*.{h,m}",
"resources": "Handybook_pod/Handybook/*.plist",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.2"
],
"Stripe": [
"~> 1.1"
]
}
}