[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / a / 8 / 3 / PodioKit / 1.0.0 / PodioKit.podspec.json
blob950664ce467f6ce2930405cebf052d1a783c22f7
2   "name": "PodioKit",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "source": {
8     "git": "https://github.com/podio/podio-ios.git",
9     "tag": "1.0.0"
10   },
11   "summary": "PodioKit is an iOS client library for the Podio API.",
12   "homepage": "https://developers.podio.com/clients/ios",
13   "license": "MIT",
14   "authors": {
15     "Sebastian Rehnby": "sebastian@podio.com"
16   },
17   "source_files": "PodioKit/**/*.{h,m}",
18   "public_header_files": "PodioKit/**/*.h",
19   "prefix_header_file": "PodioKit/PodioKit-Prefix.pch",
20   "frameworks": "CoreData",
21   "requires_arc": true,
22   "dependencies": {
23     "ASIHTTPRequest": [
24       "1.8.1"
25     ]
26   }