[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / e / c / M9Dev / 0.0.3 / M9Dev.podspec.json
blobf63e3424697ba2b46f402383765eea6e94b799b3
2   "name": "M9Dev",
3   "version": "0.0.3",
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.3"
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     "CoreGraphics",
31     "Foundation",
32     "UIKit",
33     "QuartzCore"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "Masonry": [
38       "~> 0.6"
39     ]
40   },
41   "subspecs": [
42     {
43       "name": "Libraries",
44       "subspecs": [
45         {
46           "name": "BlocksKit",
47           "public_header_files": "Libraries/BlocksKit/*.h",
48           "source_files": "Libraries/BlocksKit/*.{h,m}"
49         },
50         {
51           "name": "CompareToVersion",
52           "public_header_files": "Libraries/CompareToVersion/*.h",
53           "source_files": "Libraries/CompareToVersion/*.{h,m}"
54         },
55         {
56           "name": "extobjc",
57           "public_header_files": "Libraries/extobjc/*.h",
58           "source_files": "Libraries/extobjc/*.{h,m}"
59         },
60         {
61           "name": "JRSwizzle",
62           "public_header_files": "Libraries/JRSwizzle/*.h",
63           "source_files": "Libraries/JRSwizzle/*.{h,m}"
64         }
65       ]
66     },
67     {
68       "name": "M9Dev",
69       "public_header_files": "M9Dev/**/*.h",
70       "source_files": "M9Dev/**/*.{h,m}",
71       "dependencies": {
72         "M9Dev/Libraries": [
74         ]
75       }
76     }
77   ]