[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 5 / MMMCategory / 0.0.5 / MMMCategory.podspec.json
blobd0e56ea5cc453144cedf6fb1234d50b685b1dcf5
2   "name": "MMMCategory",
3   "summary": "A category of iOS components.",
4   "version": "0.0.5",
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.5"
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     "YYCategories": [
43     ],
44     "Masonry": [
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "UIKit",
51       "source_files": "MMCategory/UIKit/**/*.{h,m}",
52       "dependencies": {
53         "YYCategories": [
55         ],
56         "Masonry": [
58         ]
59       }
60     },
61     {
62       "name": "Foundation",
63       "source_files": "MMCategory/Foundation/**/*.{h,m}"
64     }
65   ]