[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 7 / BTUtils / 1.3.9 / BTUtils.podspec.json
blob1ed36825ffaa8045f4d62b1a0873f4dbed993b7a
2   "name": "BTUtils",
3   "version": "1.3.9",
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.3.9"
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   ]