blob: 8243bf31f25e1d7bbdddf4c99c93eeb37024f1b5 [file] [log] [blame]
{
"name": "MSActiveConfig",
"version": "1.0.0",
"summary": "Remote configuration and A/B Testing framework for iOS.",
"homepage": "https://github.com/mindsnacks/MSActiveConfig",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javier Soto": "ios@javisoto.es"
},
"source": {
"git": "https://github.com/mindsnacks/MSActiveConfig.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "MSActiveConfig/Classes/*.{h,m}",
"private_header_files": "Classes/*+Private.h",
"requires_arc": true
}