blob: 273101a8bb1da65b4c6419d2b7d444eb93dc8d00 [file] [log] [blame]
{
"name": "XCTestCase-RunAsync",
"version": "0.2.0",
"summary": "[iOS] write async testcase by Mocha's done style.",
"homepage": "https://github.com/azu/XCTestCase-RunAsync",
"license": "MIT",
"authors": {
"azu": "azuciao@gmail.com"
},
"source": {
"git": "https://github.com/azu/XCTestCase-RunAsync.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/azu_re",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"dependencies": {
"NSRunLoop+PerformBlock": [
]
},
"frameworks": "XCTest"
}