[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 5 / 6 / 2 / TXCategories / 1.0.6 / TXCategories.podspec.json
bloba0258c38f4d283174f884e8dc4dbe04250251351
2   "name": "TXCategories",
3   "version": "1.0.6",
4   "summary": "a collection of useful Objective-C Categories extending iOS Frameworks as Foundation and UIKit.",
5   "homepage": "https://github.com/tlsion/TXCategories",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tlsion": "249190182@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/tlsion/TXCategories.git",
15     "tag": "1.0.6"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": [
21     "TXCategories",
22     "TXCategories/*.{h}",
23     "TXCategories/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true