[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 2 / 7 / MMKit / 0.0.1 / MMKit.podspec.json
blob5060b084971f806687e3f466af2afd39c3c1963b
2   "name": "MMKit",
3   "summary": "A collection 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/MMKit",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/MMMille/MMKit.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "MMKit/**/*.{h,m}",
22   "public_header_files": "MMKit/**/*.{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     "YYCategories": [
46     ]
47   }