{ | |
"name": "DAZABTest", | |
"version": "1.0.0", | |
"summary": "A simple ABTest framework with a synchronous API", | |
"homepage": "https://www.github.com/dasmer/DAZABTest", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"Dasmer Singh": "dasmersingh@gmail.com" | |
}, | |
"source": { | |
"git": "https://github.com/dasmer/DAZABTest.git", | |
"tag": "v1.0.0" | |
}, | |
"source_files": "DAZABTest/*.{h,m}", | |
"platforms": { | |
"ios": "6.0" | |
}, | |
"requires_arc": true | |
} |