[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / e / 9 / YJToolsGather / 0.0.2 / YJToolsGather.podspec.json
blob1151d673ebb6ef24452ac5f7306513e3bb73f5a1
2   "name": "YJToolsGather",
3   "version": "0.0.2",
4   "summary": "YJToolsGather, a collection of useful Objective-C Tool Frameworks",
5   "description": "YJToolsGather 是Objective-C常用开发工具. a collection of useful Objective-C Tool Frameworks.",
6   "homepage": "https://github.com/YJManager/YJToolsGather.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "houmanager": "houmanager@Hotmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "source": {
25     "git": "https://github.com/YJManager/YJToolsGather.git",
26     "tag": "0.0.2",
27     "submodules": true
28   },
29   "public_header_files": "YJToolsGather/YJToolsGather/YJToolsGather/YJToolsGather.h",
30   "source_files": "YJToolsGather/YJToolsGather/YJToolsGather/YJToolsGather.h",
31   "subspecs": [
32     {
33       "name": "Configure",
34       "source_files": "YJToolsGather/YJToolsGather/YJToolsGather/Configure/*.{h,m}",
35       "public_header_files": "YJToolsGather/YJToolsGather/YJToolsGather/Configure/*.{h}"
36     }
37   ]