blob: ef28fa34354fdf6e4f6fafab29624b382186c96f [file] [log] [blame]
{
"name": "BNGAPI",
"version": "2.1",
"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": "tags/2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.8"
},
"source_files": [
"BNGAPI/*.{h,m}",
"BNGAPI/**/*.{h,m}"
],
"exclude_files": "BNGAPITests/",
"frameworks": "XCTest",
"requires_arc": true
}