[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / 8 / Fragaria / 0.0.1 / Fragaria.podspec.json
blob99a7270df0d771a31ddfa001248898b7a9220f8b
2   "name": "Fragaria",
3   "version": "0.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/mugginsoft/Fragaria.git",
11     "commit": "3a188114d7f40490ac11afc522542f69eb03e986"
12   },
13   "source_files": [
14     "NS*.{h,m}",
15     "MG*.{h,m}",
16     "ICU*.{h,m}",
17     "SML*.{h,m}"
18   ],
19   "resources": [
20     "SML*.xib",
21     "Syntax Definitions/*.plist",
22     "SyntaxDefinitions.plist"
23   ],
24   "platforms": {
25     "osx": null
26   },
27   "libraries": "icucore",
28   "license": "BSD",
29   "requires_arc": false,
30   "subspecs": [
31     {
32       "name": "unicode",
33       "header_dir": "unicode",
34       "source_files": "icu/**/*.h"
35     }
36   ]