[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 4 / c / crosswalk-extension-presentation / 1.1 / crosswalk-extension-presentation.podspec.json
blob806a5d086c6b91a5c8a7e839fca0720363fa613a
2   "name": "crosswalk-extension-presentation",
3   "version": "1.1",
4   "summary": "Presentation extension is a Crosswalk extension which implements the W3C Presentation API: http://www.w3.org/TR/presentation-api/",
5   "homepage": "https://github.com/crosswalk-project/ios-extensions-crosswalk/tree/master/extensions/Presentation",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Dong": "jonathan.dong@intel.com"
12   },
13   "source": {
14     "git": "https://github.com/crosswalk-project/ios-extensions-crosswalk.git",
15     "tag": "1.1"
16   },
17   "social_media_url": "https://twitter.com/xwalk_project",
18   "platforms": {
19     "ios": "8.1"
20   },
21   "module_name": "Presentation",
22   "dependencies": {
23     "crosswalk-ios": [
24       "~> 1.2"
25     ]
26   },
27   "source_files": "extensions/Presentation/Presentation/*.{h,m,swift}",
28   "resources": [
29     "extensions/Presentation/Presentation/*.js",
30     "extensions/Presentation/Presentation/extensions.plist"
31   ]