blob: bae0f340d14e86fa73a0475a15f18b9c6e11a90b [file] [log] [blame]
{
"name": "ESTestKit",
"version": "0.4.0",
"summary": "EZ-NET Swift module to assist XCTest.",
"description": "This is a Swift module to assist XCTest.",
"homepage": "https://github.com/EZ-NET/ESTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomohiro Kumagai": "http://ez-net.jp/profile/"
},
"social_media_url": "http://twitter.com/es_kumagai",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/EZ-NET/ESTestKit.git",
"tag": "0.4.0"
},
"source_files": "ESTestKit/**/*.swift",
"frameworks": "XCTest"
}