[Add] RiveRuntime 6.5.1
[CocoaPods.git] / Specs / a / 8 / 3 / PodioKit / 2.0.0-beta3 / PodioKit.podspec.json
blobc64a76e59eb4c3308ac3f3ee2037061e85304471
2   "name": "PodioKit",
3   "version": "2.0.0-beta3",
4   "source": {
5     "git": "https://github.com/podio/podio-objc.git",
6     "tag": "2.0.0-beta3"
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   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Common",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 2.0"
26         ]
27       },
28       "source_files": "PodioKit/Common/**/*.{h,m}",
29       "public_header_files": "PodioKit/Common/**/*.h",
30       "prefix_header_file": "PodioKit/Common/PodioKit-Prefix.pch"
31     },
32     {
33       "name": "UIKit",
34       "dependencies": {
35         "PodioKit/Common": [
37         ]
38       },
39       "platforms": {
40         "ios": "6.0"
41       },
42       "frameworks": "UIKit",
43       "ios": {
44         "source_files": "PodioKit/UIKit/**/*.{h,m}",
45         "public_header_files": "PodioKit/UIKit/*.h"
46       }
47     }
48   ]