[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / 6 / MMUIKitAdditions / 0.1.1 / MMUIKitAdditions.podspec.json
blob301c10fea7c0202befc6d2fb01ef653ab8e4b4ee
2   "name": "MMUIKitAdditions",
3   "version": "0.1.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Additional categories for the UIKit framework",
12   "homepage": "https://github.com/xwgit2971/MMUIKitAdditions",
13   "authors": {
14     "SunnyX": "1031787148@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/xwgit2971/MMUIKitAdditions.git",
18     "tag": "0.1.1"
19   },
20   "source_files": [
21     "MMUIKitAdditions/*.{h,m}",
22     "MMUIKitAdditions/Protocol/*.{h,m}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "QuartzCore"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "FrameAccessor": [
32       "~> 2.0"
33     ],
34     "UIImage+Additions": [
35       "~> 2.1.1"
36     ],
37     "BlocksKit": [
38       "~> 2.2.5"
39     ],
40     "MMFoundationAdditions": [
42     ],
43     "UIColor-MMAdditions": [
45     ],
46     "MMBadgeView": [
48     ],
49     "MMDashLineView": [
51     ]
52   }