[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / c / M9Dev / 0.0.6 / M9Dev.podspec.json
blob49089f76c1cf59d945076b6d16c73bc9561a8d7f
2   "name": "M9Dev",
3   "version": "0.0.6",
4   "summary": "Objective-C development utilities for iOS.",
5   "description": "# M9Dev\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://twitter.com/minglq",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/iwill/M9Dev.git",
20     "tag": "0.0.6"
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     "Masonry": [
39       "~> 0.6"
40     ],
41     "JRSwizzle": [
42       "~> 1.0"
43     ],
44     "NSString-UrlEncode": [
45       "~> 2.0"
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "Libraries",
51       "subspecs": [
52         {
53           "name": "BlocksKit",
54           "public_header_files": "Libraries/BlocksKit/*.h",
55           "source_files": "Libraries/BlocksKit/*.{h,m}"
56         },
57         {
58           "name": "CompareToVersion",
59           "public_header_files": "Libraries/CompareToVersion/*.h",
60           "source_files": "Libraries/CompareToVersion/*.{h,m}"
61         },
62         {
63           "name": "extobjc",
64           "public_header_files": "Libraries/extobjc/*.h",
65           "source_files": "Libraries/extobjc/*.{h,m}"
66         }
67       ]
68     },
69     {
70       "name": "M9Dev",
71       "public_header_files": "M9Dev/**/*.h",
72       "source_files": "M9Dev/**/*.{h,m}",
73       "dependencies": {
74         "M9Dev/Libraries": [
76         ]
77       }
78     }
79   ]