[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / 8 / Fragaria / 1.0.1 / Fragaria.podspec.json
blob094c10c9eb49e2900535190fe0857c2d8749865a
2   "name": "Fragaria",
3   "version": "1.0.1",
4   "summary": "Cocoa syntax highlighting text view.",
5   "homepage": "http://www.mugginsoft.com/code/fragaria",
6   "authors": {
7     "Jonathan Mitchell": "jonathan@mugginsoft.com"
8   },
9   "source": {
10     "git": "https://github.com/explicitcall/Fragaria.git",
11     "tag": "1.0.1"
12   },
13   "source_files": [
14     "NS*.{h,m}",
15     "MG*.{h,m}",
16     "ICU*.{h,m}",
17     "SML*.{h,m}",
18     "DB*.{h,m}",
19     "FRAFont*.{h,m}"
20   ],
21   "resources": [
22     "SML*.xib",
23     "Syntax Definitions/*.plist",
24     "SyntaxDefinitions.plist"
25   ],
26   "public_header_files": "*.h",
27   "platforms": {
28     "osx": null
29   },
30   "libraries": "icucore",
31   "license": "BSD",
32   "requires_arc": false,
33   "subspecs": [
34     {
35       "name": "unicode",
36       "header_dir": "unicode",
37       "source_files": "icu/**/*.h"
38     }
39   ]