[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / a / 8 / 3 / PodioKit / 2.0.0-beta1 / PodioKit.podspec.json
blobc6d625f0a9e259125552ef4d70f1a8f429d56c5a
2   "name": "PodioKit",
3   "version": "2.0.0-beta1",
4   "source": {
5     "git": "https://github.com/podio/podio-objc.git",
6     "tag": "2.0.0-beta1"
7   },
8   "summary": "PodioKit is an Objective-C client library for the Podio API.",
9   "homepage": "https://github.com/podio/podio-objc",
10   "license": "MIT",
11   "authors": {
12     "Sebastian Rehnby": "sebastian@podio.com",
13     "Romain Briche": "briche@podio.com"
14   },
15   "source_files": "PodioKit/**/*.{h,m}",
16   "public_header_files": "PodioKit/**/*.h",
17   "prefix_header_file": "PodioKit/PodioKit-Prefix.pch",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.8"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.0"
26     ]
27   }