[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / d / CanvasKit / 0.6.11 / CanvasKit.podspec.json
blobcd08d299565443c2a6617a8909f525171f7dfe7c
2   "name": "CanvasKit",
3   "version": "0.6.11",
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.11"
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.3.1"
29     ],
30     "Mantle": [
31       "~> 1.0"
32     ],
33     "ISO8601DateFormatter": [
35     ],
36     "ReactiveCocoa": [
38     ]
39   }