blob: c7c6c275a64e153719677b722666f950223822ac [file] [log] [blame]
{
"name": "BrightCenterSDK",
"version": "1.3.2",
"summary": "SDK to integrate to the Brightcenter backend for educational apps.",
"homepage": "https://github.com/triforksysadmin/BrightCenterSDK",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Tom van Zummeren": "tom.vanzummeren@trifork.nl"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/triforksysadmin/BrightCenterSDK.git",
"tag": "1.3.2"
},
"ios": {
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
},
"source_files": "BrightCenterSDK/Framework/**/*.{h,m}",
"resources": "BrightCenterSDK/Resources/**/*.png",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.2"
],
"MBProgressHUD": [
"~> 0.7"
]
}
}