[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / e / c / M9Dev / 0.0.1 / M9Dev.podspec.json
blob41843424752743a0ea029fd653e83550c096619c
2   "name": "M9Dev",
3   "version": "0.0.1",
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": "http://git.baijiahulian.com/iOS/M9Dev.git",
20     "tag": "0.0.1"
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   ],
34   "requires_arc": true,
35   "dependencies": {
36     "Masonry": [
37       "~> 0.6"
38     ]
39   },
40   "subspecs": [
41     {
42       "name": "Libraries",
43       "subspecs": [
44         {
45           "name": "BlocksKit",
46           "public_header_files": "Libraries/BlocksKit/*.h",
47           "source_files": "Libraries/BlocksKit/*.{h,m}"
48         },
49         {
50           "name": "CompareToVersion",
51           "public_header_files": "Libraries/CompareToVersion/*.h",
52           "source_files": "Libraries/CompareToVersion/*.{h,m}"
53         },
54         {
55           "name": "extobjc",
56           "public_header_files": "Libraries/extobjc/*.h",
57           "source_files": "Libraries/extobjc/*.{h,m}"
58         },
59         {
60           "name": "JRSwizzle",
61           "public_header_files": "Libraries/JRSwizzle/*.h",
62           "source_files": "Libraries/JRSwizzle/*.{h,m}"
63         }
64       ]
65     },
66     {
67       "name": "M9Dev",
68       "public_header_files": "M9Dev/**/*.h",
69       "source_files": "M9Dev/**/*.{h,m}",
70       "dependencies": {
71         "M9Dev/Libraries": [
73         ]
74       }
75     }
76   ]