blob: a776511c60e9d7302b8f281506fa32ece279e568 [file] [log] [blame]
{
"name": "ABTestKit",
"version": "1.0",
"summary": "AB Tests framework in Swift 3.",
"description": "Use ABTestKit to randomly bukcet users, and run code based on these buckets quickly and easily with closures.\nThis framework supports Obj-C but is designed with Swift in mind.",
"homepage": "https://github.com/ZipRecruiter/ABTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yariv Nissim": "yariv@ziprecruiter.com"
},
"source": {
"git": "https://github.com/ZipRecruiter/ABTestKit.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/yar1vn",
"platforms": {
"ios": "9.0"
},
"source_files": "ABTestKit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}