[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / TCCategories / 0.1 / TCCategories.podspec.json
blob0a4d01b30f584323675047e10771d01eca1bec30
2   "name": "TCCategories",
3   "version": "0.1",
4   "summary": "常用category",
5   "homepage": "https://github.com/ichensheng/TCCategories",
6   "license": "MIT",
7   "authors": {
8     "ichensheng": "cs200521@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/ichensheng/TCCategories.git",
15     "tag": "0.1"
16   },
17   "source_files": "TCCategories/Classes/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "Masonry": [
21       "~> 1.0.0"
22     ],
23     "JRSwizzle": [
24       "~> 1.0"
25     ]
26   }