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