blob: a03b1c7f95b99c6609e91a5bf49eef999b61896a [file] [log] [blame]
{
"name": "BrightCenterSDK",
"version": "1.2.3",
"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.2.3"
},
"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"
]
}
}