blob: 624d9087f5f88edd3c5047ca4396697342487aa4 [file] [log] [blame]
{
"name": "AppHub",
"version": "0.3.6",
"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.3.6"
},
"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": [
]
}
}