[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 7 / BTUtils / 1.2 / BTUtils.podspec.json
blobc3e4db24111ec8502583013a69e8bc0226cf979d
2   "name": "BTUtils",
3   "version": "1.2",
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.2"
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": "UIView",
48       "source_files": "BTUtils/UIView/*.{h,m}"
49     },
50     {
51       "name": "UINavigationController",
52       "source_files": "BTUtils/UINavigationController/*.{h,m}"
53     },
54     {
55       "name": "UITabBar",
56       "source_files": "BTUtils/UITabBarController/*.{h,m}"
57     }
58   ]