[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / f / 9 / AppHub / 0.4.0 / AppHub.podspec.json
blobc910cabf60b008d0b21366d74b97c49764985ff0
2   "name": "AppHub",
3   "version": "0.4.0",
4   "summary": "This is the iOS client for AppHub: https://apphub.io",
5   "description": "AppHub lets you instantly update React Native apps without resubmitting to the App Store.",
6   "homepage": "https://github.com/AppHubPlatform/apphub-ios",
7   "license": "MIT",
8   "authors": {
9     "Matthew Arbesfeld": "support@apphub.com"
10   },
11   "source": {
12     "git": "https://github.com/AppHubPlatform/apphub-ios.git",
13     "tag": "0.4.0"
14   },
15   "social_media_url": "https://twitter.com/AppHubPlatform",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "exclude_files": "AppHub/AppHub/React/**/*",
21   "source_files": [
22     "AppHub/AppHub/**/*.{h,m,c}"
23   ],
24   "public_header_files": [
25     "AppHub/AppHub/AHBuildManager.h",
26     "AppHub/AppHub/AppHub.h",
27     "AppHub/AppHub/AHBuild.h",
28     "AppHub/AppHub/AHDefines.h"
29   ],
30   "libraries": "z",
31   "frameworks": "SystemConfiguration",
32   "dependencies": {
33     "React": [
35     ]
36   }