[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 7 / BTUtils / 1.4.4 / BTUtils.podspec.json
blob721f3f1b01e3b0a1f023a15e9bb141ecb5ff858a
2   "name": "BTUtils",
3   "version": "1.4.4",
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.4.4"
17   },
18   "source_files": "BTUtils/BTUtils.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "NSString",
24       "source_files": "BTUtils/NSString/NSString+BTUtils.{h,m}",
25       "requires_arc": true,
26       "subspecs": [
27         {
28           "name": "GTMNSString",
29           "source_files": "BTUtils/NSString/GTMNSString+HTML.{h,m}",
30           "requires_arc": false
31         }
32       ]
33     },
34     {
35       "name": "NSData",
36       "source_files": "BTUtils/NSData/*.{h,m}",
37       "requires_arc": true
38     },
39     {
40       "name": "UIImage",
41       "source_files": "BTUtils/UIImage/*.{h,m}",
42       "requires_arc": true
43     },
44     {
45       "name": "UIView",
46       "source_files": "BTUtils/UIView/*.{h,m}",
47       "requires_arc": true
48     },
49     {
50       "name": "UINavigationController",
51       "source_files": "BTUtils/UINavigationController/*.{h,m}",
52       "requires_arc": true
53     },
54     {
55       "name": "UITabBar",
56       "source_files": "BTUtils/UITabBarController/*.{h,m}",
57       "requires_arc": true
58     },
59     {
60       "name": "NSArray",
61       "source_files": "BTUtils/NSArray/*.{h,m}",
62       "requires_arc": true
63     },
64     {
65       "name": "UIColor",
66       "source_files": "BTUtils/UIColor/*.{h,m}",
67       "requires_arc": true
68     }
69   ]