[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / a / 1 / Handybook / 1.0.0 / Handybook.podspec.json
blob44ca9b8c192b6155077ba92fe0a0f0e445df8a64
2   "name": "Handybook",
3   "version": "1.0.0",
4   "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.",
5   "homepage": "https://github.com/Handybook/handybook_pod",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jayant Sani": "jayant@handybook.com",
12     "Muhammad Ibrahim": "ibrahim@handybook.com"
13   },
14   "source": {
15     "git": "https://github.com/Handybook/handybook_pod.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/HandybookHQ",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "source_files": "Handybook_pod/Handybook/*.{h,m}",
24   "resources": "Handybook_pod/Handybook/*.plist",
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.2"
32     ],
33     "Stripe": [
34       "~> 1.1"
35     ]
36   }