blob: 5d06a2bc3dc43e48f1e9b965f91acb9ef2ad9230 [file] [log] [blame]
{
"name": "BrightcenterSDK-2.0",
"version": "0.9.19",
"summary": "SDK to integrate to the Brightcenter backend in an easier way",
"homepage": "https://github.com/triforkamsterdam/BrightcenterSDK-iOS-2.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Rick Slot": "rick.slot@trifork.nl"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/triforkamsterdam/BrightcenterSDK-iOS-2.0.git",
"tag": "0.9.19"
},
"ios": {
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
},
"source_files": "BrightcenterAppClient/Framework/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
]
}
}