[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 5 / MMMCategory / 0.0.1 / MMMCategory.podspec.json
blob5c47a67f33cf6e44eb00a4fb873ab4194f947ac0
2   "name": "MMMCategory",
3   "summary": "A category of iOS components.",
4   "version": "0.0.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.1"
19   },
20   "requires_arc": true,
21   "source_files": "MMCategory/**/*.{h,m}",
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": "Vendor",
48       "source_files": "MMCategory/Vendor/**/*.{h,m}"
49     },
50     {
51       "name": "UIKit",
52       "source_files": "MMCategory/UIKit/**/*.{h,m}",
53       "dependencies": {
54         "MMMCategory/Vendor": [
56         ]
57       }
58     },
59     {
60       "name": "Foundation",
61       "source_files": "MMCategory/Foundation/**/*.{h,m}"
62     }
63   ]