blob: 96a8c61686775b52da3a8f2acfe4a3345eb2366c [file] [log] [blame]
{
"name": "Sixpack-iOS",
"version": "1.0.1",
"summary": "iOS client library for Sixpack AB testing.",
"homepage": "http://www.seatgeek.com",
"license": "FreeBSD License",
"authors": {
"James Van-As": "james@seatgeek.com"
},
"source": {
"git": "https://github.com/seatgeek/sixpack-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Sixpack-iOS/**/*.{h,m}",
"prefix_header_file": "SixpackClient-Prefix.pch",
"dependencies": {
"AFNetworking": [
">= 2.0.0"
]
}
}