[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / e / f / YHOCMonkey / 0.1.0 / YHOCMonkey.podspec.json
blob1b162d9f1fa96b1534b7d9a70866324fd191bee0
2   "name": "YHOCMonkey",
3   "version": "0.1.0",
4   "summary": "iOS Random Monkey Test",
5   "description": "TODO: iOS Random Test, steal the ideal from SwiftMonkey",
6   "homepage": "https://github.com/pencilCool/YHOCMonkey",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pencilCool": "yhtangcoder@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pencilCool/YHOCMonkey.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Paws",
24       "source_files": "YHOCMonkey/Classes/Paws/*",
25       "public_header_files": "YHOCMonkey/Classes/Paws/*.h"
26     },
27     {
28       "name": "Test",
29       "source_files": "YHOCMonkey/Classes/Test/*",
30       "public_header_files": "YHOCMonkey/Classes/Test/*.h",
31       "frameworks": "XCTest"
32     }
33   ]