[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / b / Greycats / 0.2.0 / Greycats.podspec.json
blob9c88f088f75148c08cc7787f1a41be636403a80b
2   "name": "Greycats",
3   "version": "0.2.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\t\t\t\t\t\t* a Filter which applies regexp search on UISearchBar | UITextField\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.2.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "subspecs": [
20     {
21       "name": "UIKit",
22       "source_files": "Greycats/*.swift",
23       "frameworks": "UIKit"
24     }
25   ]