blob: 31ba324b0f14eab0c6a1578041d18dcd8fdbd122 [file] [log] [blame]
{
"name": "AdaptiveArpImplOsx",
"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 OSX 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": {
"osx": "10.10"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AdaptiveArpApi": [
"~> 1.0"
]
},
"source_files": [
"adaptive-arp-impl-universal/*.swift",
"adaptive-arp-impl-universal/**/*.swift",
"adaptive-arp-impl-osx/ARP/*"
]
}