[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / d / 6 / 4 / BrightCenterSDK / 1.1.3 / BrightCenterSDK.podspec.json
blob9c26b75af575c21c1da12a73164327a3d28110dc
2   "name": "BrightCenterSDK",
3   "version": "1.1.3",
4   "summary": "SDK to integrate to the Bright Center backend for educational apps.",
5   "homepage": "https://github.com/triforksysadmin/BrightCenterSDK",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tom van Zummeren": "tom.vanzummeren@trifork.nl"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/triforksysadmin/BrightCenterSDK.git",
18     "tag": "1.1.3"
19   },
20   "ios": {
21     "frameworks": [
22       "CoreGraphics",
23       "QuartzCore"
24     ]
25   },
26   "source_files": "BrightCenterSDK/Framework/**/*.{h,m}",
27   "resources": "BrightCenterSDK/Resources/**/*.png",
28   "requires_arc": true,
29   "dependencies": {
30     "AFNetworking": [
31       "~> 1.3.2"
32     ],
33     "MBProgressHUD": [
34       "~> 0.7"
35     ]
36   }