blob: 042ca6e08ed24a93b5d4f3a126cf29ef40029452 [file] [log] [blame]
{
"name": "BNGAPI",
"version": "2.0",
"summary": "Simple API client for interacting with Betfair API services.",
"homepage": "https://github.com/betfair/aping-ios-sdk",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"Sean O Shea": "oshea.ie@gmail.com"
},
"source": {
"git": "https://github.com/betfair/aping-ios-sdk.git",
"tag": "2.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": [
"BNGAPI/*.{h,m}",
"BNGAPI/**/*.{h,m}"
],
"exclude_files": "BNGAPITests/",
"frameworks": "XCTest",
"requires_arc": true
}