[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / a / 8 / 3 / PodioKit / 2.0.0-beta5 / PodioKit.podspec.json
blob7183fa46ee0d5d7d4e01f35aa5be1fa93cdb4421
2   "name": "PodioKit",
3   "version": "2.0.0-beta5",
4   "source": {
5     "git": "https://github.com/podio/podio-objc.git",
6     "tag": "2.0.0-beta5"
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": "7.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "source_files": "PodioKit/Common/**/*.{h,m}",
21   "public_header_files": "PodioKit/Common/**/*.h",
22   "prefix_header_file": "PodioKit/Common/PodioKit-Prefix.pch",
23   "ios": {
24     "source_files": "PodioKit/UIKit/**/*.{h,m}",
25     "public_header_files": "PodioKit/UIKit/*.h",
26     "frameworks": "UIKit"
27   }