[Add] AWSKinesisVideo 2.39.0
[CocoaPods.git] / Specs / b / 9 / 4 / XBToolkit / 0.0.15 / XBToolkit.podspec.json
blob63b60e1b89d24e94dd5737a4ed68ba6daa6e017e
2   "name": "XBToolkit",
3   "version": "0.0.15",
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.15"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source_files": "XBToolkit-common/**/*.{h,m}",
19   "ios": {
20     "source_files": [
21       "XBToolkit-ios/XBToolkit-ios/**/*.{h,m}",
22       "Frameworks/GCJSONKit/*.{h,m}"
23     ],
24     "exclude_files": "Frameworks/GCJSONKit/*.{m}"
25   },
26   "osx": {
27     "source_files": [
28       "XBToolkit-osx/XBToolkit-osx/**/*.{h,m}",
29       "Frameworks/GCJSONKit/*.{h,m}"
30     ],
31     "exclude_files": "Frameworks/GCJSONKit/*.{m}"
32   },
33   "requires_arc": true,
34   "dependencies": {
35     "Underscore.m": [
36       "0.2.0"
37     ],
38     "DCKeyValueObjectMapping": [
39       "1.4"
40     ],
41     "AFNetworking": [
42       "1.3.1"
43     ],
44     "GCJSONKit": [
45       "~> 1.5"
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "no-arc",
51       "requires_arc": false,
52       "ios": {
53         "source_files": "Frameworks/GCJSONKit/*.{m}"
54       },
55       "osx": {
56         "source_files": "Frameworks/GCJSONKit/*.{m}"
57       }
58     }
59   ]