[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 4 / Fountain / 1.0.2 / Fountain.podspec.json
bloba0d895e55c41e0de86154635e95cc25fddc44f91
2   "name": "Fountain",
3   "version": "1.0.2",
4   "summary": "An open source implementation of the Fountain screenplay formatting language.",
5   "homepage": "http://fountain.io",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nima Yousefi": "inbox@nimayousefi.com"
12   },
13   "source": {
14     "git": "https://github.com/nyousefi/Fountain.git",
15     "tag": "v1.0.2"
16   },
17   "source_files": [
18     "Fountain/FN*.{h,m}",
19     "Fountain/Fountain*.{h,m}",
20     "Fountain/FastFountainParser.{h,m}",
21     "RegexKitLite/*.{h,m}"
22   ],
23   "frameworks": "cocoa",
24   "libraries": "icucore",
25   "platforms": {
26     "ios": "7.0",
27     "osx": "10.7"
28   },
29   "requires_arc": false