[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / f / d / 5 / TSCategory / 0.0.2 / TSCategory.podspec.json
blob2fe9186d27a61ae42bb829fed59df1e38ad37dd7
2   "name": "TSCategory",
3   "version": "0.0.2",
4   "summary": "all kinds of categories for iOS develop",
5   "description": "this project provide all kinds of categories for iOS developer",
6   "homepage": "https://github.com/TonyShng/TSCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TonyShng": "wangzhe92824@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/TonyShng/TSCategory.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "TSCategory",
23     "TSCategory/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "public_header_files": [
27     "TSCategory/UIKit/TS_UICategories.h",
28     "TSCategory/**/*.h"
29   ],
30   "requires_arc": true