blob: 81a0575e87a71645e29527320639c0fdc6911c74 [file] [log] [blame]
{
"name": "AppHub",
"version": "0.5.1",
"summary": "This is the iOS client for AppHub: https://apphub.io",
"description": "AppHub lets you instantly update React Native apps without resubmitting to the App Store.",
"homepage": "https://github.com/AppHubPlatform/apphub-ios",
"license": "MIT",
"authors": {
"Matthew Arbesfeld": "support@apphub.com"
},
"source": {
"git": "https://github.com/AppHubPlatform/apphub-ios.git",
"tag": "0.5.1"
},
"social_media_url": "https://twitter.com/AppHubPlatform",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"exclude_files": "AppHub/AppHub/React/**/*",
"source_files": [
"AppHub/AppHub/**/*.{h,m,c}"
],
"public_header_files": [
"AppHub/AppHub/AHBuildManager.h",
"AppHub/AppHub/AppHub.h",
"AppHub/AppHub/AHBuild.h",
"AppHub/AppHub/AHDefines.h"
],
"libraries": "z",
"frameworks": "SystemConfiguration",
"dependencies": {
"React": [
]
}
}