[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 1 / e / f / YHOCMonkey / 0.1.1 / YHOCMonkey.podspec.json
blobec15d2534cca3ca31f7ef6de5b8916926dd471ea
2   "name": "YHOCMonkey",
3   "version": "0.1.1",
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.1"
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   ]