[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / c / M9Dev / 0.0.15 / M9Dev.podspec.json
blob566d0e890ecc485d2e391cdd0886fc01017f3b9b
2   "name": "M9Dev",
3   "version": "0.0.15",
4   "summary": "Objective-C development utilities for iOS.",
5   "description": "M9Dev\n=====\n\nObjective-C development utilities for iOS.",
6   "homepage": "http://iwill.im/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iwill": "minglq.9@gmail.com"
13   },
14   "social_media_url": "https://github.com/iwill",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/iwill/M9Dev.git",
20     "tag": "0.0.15"
21   },
22   "source_files": "M9Dev/M9Dev.h",
23   "public_header_files": "M9Dev/M9Dev.h",
24   "resource_bundles": {
25     "M9Dev": [
26       "M9Dev.bundle/*"
27     ]
28   },
29   "frameworks": [
30     "Accelerate",
31     "CoreGraphics",
32     "Foundation",
33     "UIKit",
34     "QuartzCore"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "libextobjc/EXTScope": [
40     ],
41     "JRSwizzle": [
43     ],
44     "Masonry": [
46     ],
47     "NSString-UrlEncode": [
49     ],
50     "Reachability": [
52     ]
53   },
54   "subspecs": [
55     {
56       "name": "Libraries",
57       "subspecs": [
58         {
59           "name": "BlocksKit",
60           "public_header_files": "Libraries/BlocksKit/*.h",
61           "source_files": "Libraries/BlocksKit/*.{h,m}"
62         },
63         {
64           "name": "CompareToVersion",
65           "public_header_files": "Libraries/CompareToVersion/*.h",
66           "source_files": "Libraries/CompareToVersion/*.{h,m}"
67         }
68       ]
69     },
70     {
71       "name": "M9Dev",
72       "public_header_files": "M9Dev/**/*.h",
73       "source_files": "M9Dev/**/*.{h,m}",
74       "dependencies": {
75         "M9Dev/Libraries": [
77         ]
78       }
79     }
80   ]