blob: ec15d2534cca3ca31f7ef6de5b8916926dd471ea [file] [log] [blame]
{
"name": "YHOCMonkey",
"version": "0.1.1",
"summary": "iOS Random Monkey Test",
"description": "TODO: iOS Random Test, steal the ideal from SwiftMonkey",
"homepage": "https://github.com/pencilCool/YHOCMonkey",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pencilCool": "yhtangcoder@gmail.com"
},
"source": {
"git": "https://github.com/pencilCool/YHOCMonkey.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Paws",
"source_files": "YHOCMonkey/Classes/Paws/*",
"public_header_files": "YHOCMonkey/Classes/Paws/*.h"
},
{
"name": "Test",
"source_files": "YHOCMonkey/Classes/Test/*",
"public_header_files": "YHOCMonkey/Classes/Test/*.h",
"frameworks": "XCTest"
}
]
}