[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 9 / 4 / XBToolkit / 0.0.11 / XBToolkit.podspec.json
blobfdf85f9c9e453beded7f1589a3c232869a9a78b4
2   "name": "XBToolkit",
3   "version": "0.0.11",
4   "summary": "Xebia mapping and serializing tools for iOS & OSX.",
5   "homepage": "https://github.com/xebia-france/XBToolkit",
6   "authors": {
7     "Alexis Kinsella": "alexis.kinsella@gmail.com"
8   },
9   "license": "Apache License, Version 2.0",
10   "source": {
11     "git": "https://github.com/xebia-france/XBToolkit.git",
12     "tag": "0.0.11"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": "XBToolkit-common/**/*.{h,m}",
19   "ios": {
20     "source_files": "XBToolkit-ios/XBToolkit-ios/**/*.{h,m}"
21   },
22   "osx": {
23     "source_files": "XBToolkit-osx/XBToolkit-osx/**/*.{h,m}"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "JSONKit": [
28       "1.5pre"
29     ],
30     "Underscore.m": [
31       "0.2.0"
32     ],
33     "DCKeyValueObjectMapping": [
34       "1.4"
35     ],
36     "AFNetworking": [
37       "1.3.1"
38     ]
39   }