[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 7 / ExtraProjectLib / 0.0.5 / ExtraProjectLib.podspec.json
blob50089bd0e3b17d3980fd6c75e169546ef0c57f95
2   "name": "ExtraProjectLib",
3   "version": "0.0.5",
4   "summary": "ExtraProjectLib.",
5   "description": "ExtraProjectLib...",
6   "homepage": "https://github.com/ydy96315",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Extra": "383048551@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ydy96315/ExtraProjectLib.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "ExtraProjectLib/Lib/**/*.{h,m}",
22   "public_header_files": "ExtraProjectLib/Lib/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Category",
31       "source_files": "ExtraProjectLib/Lib/Category/*.{h,m}",
32       "public_header_files": "ExtraProjectLib/Lib/Category/*.h"
33     },
34     {
35       "name": "ExtraGCDTimer",
36       "source_files": "ExtraProjectLib/Lib/ExtraGCDTimer/*.{h,m}",
37       "public_header_files": "ExtraProjectLib/Lib/ExtraGCDTimer/*.h"
38     }
39   ]