[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / c / 1 / 6 / Greycats.swift / 0.1.0 / Greycats.swift.podspec.json
blob6638069f3ba4658e226e1ab478d07409707628b4
2   "name": "Greycats.swift",
3   "version": "0.1.0",
4   "summary": "A set of tools we use to speed up developing in greycats",
5   "description": "\t\t\t\t\t\tCurrently includes\n\t\t\t\t\t\t* a TableViewData which binds Section to DataSource\n\n",
6   "homepage": "https://github.com/greycats/Greycats.swift",
7   "license": "MIT",
8   "authors": {
9     "Rex Sheng": "shengning@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/greycats/Greycats.swift.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Greycats/**/*.{h,swift}",
20   "frameworks": [
21     "UIKit",
22     "Foundation"
23   ]