blob: 2c014bfc305652738871ee6f99b7fbe3d422b19b [file] [log] [blame]
{
"name": "ABKit",
"version": "0.1.0",
"summary": "AB testing framework for iOS",
"description": "ABKit is a library for implementing a simple Split Test that:\n* Doesn't require an HTTP client\n* written in Pure Swift",
"homepage": "https://github.com/recruit-mp/ABKit",
"license": "MIT",
"authors": {
"Naoto Kaneko": "n_kaneko@r.recruit.co.jp"
},
"source": {
"git": "https://github.com/recruit-mp/ABKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ABKit/**/*.{h,swift}"
}