[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 2 / 3 / 5 / MMMCategory / 0.0.9.1 / MMMCategory.podspec.json
blob892aed9d08c0edb24276354422435dcf5d854487
2   "name": "MMMCategory",
3   "summary": "A category of iOS components.",
4   "version": "0.0.9.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "MMMille": "xuemingluan@gmail.com"
11   },
12   "homepage": "https://github.com/MMMille/MMCategory",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/MMMille/MMCategory.git",
18     "tag": "0.0.9.1"
19   },
20   "requires_arc": true,
21   "source_files": "MMCategory/MMCategory.h",
22   "public_header_files": "MMCategory/MMCategory.h",
23   "libraries": [
24     "z",
25     "sqlite3"
26   ],
27   "frameworks": [
28     "UIKit",
29     "CoreFoundation",
30     "CoreText",
31     "CoreGraphics",
32     "CoreImage",
33     "QuartzCore",
34     "ImageIO",
35     "AssetsLibrary",
36     "Accelerate",
37     "MobileCoreServices",
38     "SystemConfiguration"
39   ],
40   "dependencies": {
41     "Masonry": [
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Base",
48       "source_files": "MMCategory/Base/**/*.{h,m}"
49     },
50     {
51       "name": "UIKit",
52       "source_files": "MMCategory/UIKit/**/*.{h,m}",
53       "dependencies": {
54         "Masonry": [
56         ],
57         "MMMCategory/Base": [
59         ]
60       }
61     },
62     {
63       "name": "Foundation",
64       "source_files": "MMCategory/Foundation/**/*.{h,m}"
65     }
66   ]