[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 7 / 8 / 0 / PhoenixPlatform-iOS-SDK / 0.5.1 / PhoenixPlatform-iOS-SDK.podspec.json
blobc0f65f19bdb64ba350fd5d0705b54f4abf934c1e
2   "name": "PhoenixPlatform-iOS-SDK",
3   "version": "0.5.1",
4   "license": "GPL",
5   "homepage": "http://phoenixplatform.com.sg",
6   "authors": {
7     "Steven Zhang": "steven.zhang+phoenixsdk@tigerspike.com"
8   },
9   "summary": "TSPhoenix is a framework providing access to Tigerspike Phoenix Rest APIs at http://phoenixplatform.com.sg",
10   "source": {
11     "git": "https://github.com/phoenixplatform/phoenix-ios-sdk.git",
12     "tag": "0.5.1"
13   },
14   "source_files": [
15     "Source/*.{h,m}",
16     "Models/**/*.{h,m}",
17     "Source/Categories/*.{h,m}"
18   ],
19   "frameworks": [
20     "SystemConfiguration",
21     "MobileCoreServices",
22     "Security"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "6.1"
27   },
28   "libraries": "sqlite3",
29   "dependencies": {
30     "AFNetworking": [
31       "~> 2.1"
32     ],
33     "AFOAuth2Client@phoenixplatform": [
34       "~> 0.1.1"
35     ],
36     "YapDatabase": [
37       "~>2.3"
38     ]
39   }