[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 4 / XBToolkit / 0.0.12 / XBToolkit.podspec.json
blob0c364e0f489cc7b578a53fdf0fb73970bc990208
2   "name": "XBToolkit",
3   "version": "0.0.12",
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.12"
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   }