[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / CanvasKit / 0.6.51 / CanvasKit.podspec.json
blob90b00da8c865144fd0e397af320d4b26ae80e109
2   "name": "CanvasKit",
3   "version": "0.6.51",
4   "license": "MIT",
5   "summary": "A Canvas API integration framework better than bamboo",
6   "homepage": "https://github.com/instructure/CanvasKit",
7   "authors": {
8     "Rick Roberts": "elgreco84@gmail.com",
9     "Jason Larsen": "jason.larsen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/instructure/CanvasKit.git",
13     "tag": "0.6.51"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "ios": {
20     "source_files": "CanvasKit/**/*.{h,m}"
21   },
22   "resources": [
23     "CanvasKit/**/*.{js}",
24     "CanvasKit/**/*.{css}"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.5.1"
29     ],
30     "Mantle": [
31       "1.5.5"
32     ],
33     "ISO8601DateFormatter": [
34       "~> 0.7"
35     ],
36     "ReactiveCocoa": [
37       "~> 2.4.2"
38     ]
39   }