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