[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / 2 / 9 / OBFoundationLib / 1.0.1 / OBFoundationLib.podspec.json
blob3c1419c433c1e38c48a5014dd4a3fabaf63b1dee
2   "name": "OBFoundationLib",
3   "version": "1.0.1",
4   "summary": "Base foundation library.",
5   "description": "TODO: A library of base foundation.",
6   "homepage": "https://github.com/ObornJung/OBFoundationLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oborn.Jung": "obornjung.jj@alibaba-inc.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ObornJung/OBFoundationLib.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "OBFoundationLib/*.{m,h}",
22   "public_header_files": "OBFoundationLib/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "AVFoundation"
28   ],
29   "subspecs": [
30     {
31       "name": "Macro",
32       "source_files": "OBFoundationLib/Macro/**/*.{m,h}",
33       "public_header_files": "OBFoundationLib/Macro/**/*.h"
34     },
35     {
36       "name": "Moudle",
37       "dependencies": {
38         "OBFoundationLib/Macro": [
40         ],
41         "OBFoundationLib/SystemExtend": [
43         ]
44       },
45       "source_files": "OBFoundationLib/Moudle/**/*.{m,h}",
46       "public_header_files": "OBFoundationLib/Moudle/**/*.h"
47     },
48     {
49       "name": "SystemExtend",
50       "dependencies": {
51         "OBFoundationLib/Macro": [
53         ]
54       },
55       "source_files": "OBFoundationLib/SystemExtend/**/*.{m,h}",
56       "public_header_files": "OBFoundationLib/SystemExtend/**/*.h"
57     }
58   ]