[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / 8 / AdaptiveArpImplIos / 1.0.0 / AdaptiveArpImplIos.podspec.json
blobe6670927b201c77f2ca5b19882262b0ce8254bcf
2   "name": "AdaptiveArpImplIos",
3   "version": "1.0.0",
4   "summary": "The Adaptive Runtime Platform (ARP) provides native “containers” for Hybrid Apps. This is the API all platforms must adhere to.",
5   "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.",
6   "homepage": "https://github.com/AdaptiveMe/adaptive-arp-darwin",
7   "license": {
8     "type": "Apache 2.0 License",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Carlos Lozano": "carlos@adaptive.me"
13   },
14   "source": {
15     "git": "https://github.com/AdaptiveMe/adaptive-arp-darwin.git",
16     "branch": "master",
17     "tag": "v1.0.0"
18   },
19   "social_media_url": "https://twitter.com/adaptivecoder",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "dependencies": {
26     "AdaptiveArpApi": [
27       "~> 1.0"
28     ]
29   },
30   "source_files": [
31     "adaptive-arp-impl-universal/*.swift",
32     "adaptive-arp-impl-universal/**/*.swift",
33     "adaptive-arp-impl-ios/ARP/*"
34   ]