[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 5 / MMMCategory / 0.0.9 / MMMCategory.podspec.json
bloba29658882db210a6d6d5cf8550c9aa16f1043a8e
2   "name": "MMMCategory",
3   "summary": "A category of iOS components.",
4   "version": "0.0.9",
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"
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": "UIKit",
48       "source_files": "MMCategory/UIKit/**/*.{h,m}",
49       "dependencies": {
50         "Masonry": [
52         ]
53       }
54     },
55     {
56       "name": "Foundation",
57       "source_files": "MMCategory/Foundation/**/*.{h,m}"
58     }
59   ]