[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 1 / AdaptiveArpImplOsx / 1.0.0 / AdaptiveArpImplOsx.podspec.json
blob31ba324b0f14eab0c6a1578041d18dcd8fdbd122
2   "name": "AdaptiveArpImplOsx",
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 OSX 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     "osx": "10.10"
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-osx/ARP/*"
34   ]