| { |
| "name": "BrightCenterSDK", |
| "version": "1.0.0", |
| "summary": "SDK to integrate to the Bright Center 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.0.0" |
| }, |
| "ios": { |
| "frameworks": [ |
| "CoreGraphics", |
| "QuartzCore" |
| ] |
| }, |
| "source_files": "BrightCenterSDK/Framework/**/*.{h,m}", |
| "resources": "BrightCenterSDK/Framework/**/*.png", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 1.3.2" |
| ], |
| "MBProgressHUD": [ |
| "~> 0.7" |
| ] |
| } |
| } |