[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 9 / a / FH / 2.2.13 / FH.podspec.json
blob9a8b3c3bbc7efdfae244ea1b7db7baae533b9be7
2   "name": "FH",
3   "version": "2.2.13",
4   "summary": "FeedHenry iOS Software Development Kit",
5   "homepage": "https://www.feedhenry.com",
6   "social_media_url": "https://twitter.com/feedhenry",
7   "license": "FeedHenry",
8   "authors": "Red Hat, Inc.",
9   "source": {
10     "git": "https://github.com/feedhenry/fh-ios-sdk.git",
11     "tag": "2.2.13"
12   },
13   "platforms": {
14     "ios": 7.0
15   },
16   "source_files": "fh-ios-sdk/**/*.{h,m}",
17   "public_header_files": [
18     "fh-ios-sdk/FH.h",
19     "fh-ios-sdk/FHAct.h",
20     "fh-ios-sdk/FHActRequest.h",
21     "fh-ios-sdk/FHAuthRequest.h",
22     "fh-ios-sdk/FHCloudProps.h",
23     "fh-ios-sdk/FHCloudRequest.h",
24     "fh-ios-sdk/FHPushConfig.h",
25     "fh-ios-sdk/FHConfig.h",
26     "fh-ios-sdk/FHResponse.h",
27     "fh-ios-sdk/FHResponseDelegate.h",
28     "fh-ios-sdk/Sync/FHSyncClient.h",
29     "fh-ios-sdk/Sync/FHSyncConfig.h",
30     "fh-ios-sdk/Sync/FHSyncNotificationMessage.h",
31     "fh-ios-sdk/Sync/FHSyncDelegate.h",
32     "fh-ios-sdk/Categories/JSON/FHJSON.h",
33     "fh-ios-sdk/FHDataManager.h"
34   ],
35   "requires_arc": true,
36   "libraries": [
37     "xml2",
38     "z"
39   ],
40   "dependencies": {
41     "ASIHTTPRequest/Core": [
42       "1.8.2"
43     ],
44     "Reachability": [
45       "3.2"
46     ],
47     "AeroGear-Push": [
48       "1.1.0-beta.2"
49     ]
50   }