[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 5 / MMMCategory / 0.0.3 / MMMCategory.podspec.json
blob21d518d9b24fa193995e6c1e9697cd864e79c1e1
2   "name": "MMMCategory",
3   "summary": "A category of iOS components.",
4   "version": "0.0.3",
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.3"
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   "subspecs": [
41     {
42       "name": "Vendor",
43       "source_files": "MMCategory/Vendor/**/*.{h,m}"
44     },
45     {
46       "name": "UIKit",
47       "source_files": "MMCategory/UIKit/**/*.{h,m}",
48       "dependencies": {
49         "MMMCategory/Vendor": [
51         ],
52         "Masonry": [
54         ]
55       }
56     },
57     {
58       "name": "Foundation",
59       "source_files": "MMCategory/Foundation/**/*.{h,m}"
60     }
61   ]