blob: e6670927b201c77f2ca5b19882262b0ce8254bcf [file] [log] [blame]
{
"name": "AdaptiveArpImplIos",
"version": "1.0.0",
"summary": "The Adaptive Runtime Platform (ARP) provides native “containers” for Hybrid Apps. This is the API all platforms must adhere to.",
"description": "The Adaptive Runtime Platform (ARP) provides these native “containers” for the main mobile and desktop platforms so that Hybrid apps can be compiled and deployed on a multiplicity of devices leveraging the same code developed using modern web technologies. This project represents the implementation of the APIs to be supported on the iOS platform.",
"homepage": "https://github.com/AdaptiveMe/adaptive-arp-darwin",
"license": {
"type": "Apache 2.0 License",
"file": "LICENSE"
},
"authors": {
"Carlos Lozano": "carlos@adaptive.me"
},
"source": {
"git": "https://github.com/AdaptiveMe/adaptive-arp-darwin.git",
"branch": "master",
"tag": "v1.0.0"
},
"social_media_url": "https://twitter.com/adaptivecoder",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AdaptiveArpApi": [
"~> 1.0"
]
},
"source_files": [
"adaptive-arp-impl-universal/*.swift",
"adaptive-arp-impl-universal/**/*.swift",
"adaptive-arp-impl-ios/ARP/*"
]
}