[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / b / crosswalk-ios / 1.1.1 / crosswalk-ios.podspec.json
blobbb16fdcbe58ba7799ae6e7528a3481060b1c6c76
2   "name": "crosswalk-ios",
3   "version": "1.1.1",
4   "summary": "Crosswalk Project for iOS provides a web runtime for sophisticated iOS native or hybrid applications.",
5   "homepage": "https://github.com/crosswalk-project/crosswalk-ios",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Zhenyu Liang": "zhenyu.liang@intel.com",
12     "Jonathan Dong": "jonathan.dong@intel.com"
13   },
14   "source": {
15     "git": "https://github.com/crosswalk-project/crosswalk-ios.git",
16     "tag": "1.1.1"
17   },
18   "social_media_url": "https://twitter.com/xwalk_project",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "module_name": "XWalkView",
24   "source_files": "XWalkView/XWalkView/*.{h,m,swift}",
25   "resources": "XWalkView/XWalkView/crosswalk.js",
26   "dependencies": {
27     "GCDWebServer": [
28       ">= 3.2"
29     ]
30   }