[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / BTUtils / 1.0 / BTUtils.podspec.json
blob2a12c9c11f8a5b415105ae4bdabd92423471bb20
2   "name": "BTUtils",
3   "version": "1.0",
4   "summary": "Usable utility methods and categories.",
5   "homepage": "https://github.com/borut-t/BTUtils",
6   "license": {
7     "type": "zlib",
8     "file": "LICENCE.md"
9   },
10   "authors": "Borut Tomažin",
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/borut-t/BTUtils.git",
16     "tag": "1.0"
17   },
18   "source_files": "BTUtils/BTUtils.{h,m}",
19   "dependencies": {
20     "Reachability": [
21       "~> 3.1.1"
22     ]
23   },
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "NSString",
29       "source_files": "BTUtils/NSString/NSString+BTUtils.{h,m}",
30       "subspecs": [
31         {
32           "name": "GTMNSString",
33           "source_files": "BTUtils/NSString/GTMNSString+HTML.{h,m}",
34           "requires_arc": false
35         }
36       ]
37     },
38     {
39       "name": "NSData",
40       "source_files": "BTUtils/NSData/*.{h,m}"
41     },
42     {
43       "name": "UIImage",
44       "source_files": "BTUtils/UIImage/*.{h,m}"
45     },
46     {
47       "name": "UINavigationController",
48       "source_files": "BTUtils/UINavigationController/*.{h,m}"
49     },
50     {
51       "name": "UITabBar",
52       "source_files": "BTUtils/UITabBarController/*.{h,m}"
53     }
54   ]