blob: 63b60e1b89d24e94dd5737a4ed68ba6daa6e017e [file] [log] [blame]
{
"name": "XBToolkit",
"version": "0.0.15",
"summary": "Xebia mapping and serializing tools for iOS & OSX.",
"homepage": "https://github.com/xebia-france/XBToolkit",
"authors": {
"Alexis Kinsella": "alexis.kinsella@gmail.com"
},
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/xebia-france/XBToolkit.git",
"tag": "0.0.15"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "XBToolkit-common/**/*.{h,m}",
"ios": {
"source_files": [
"XBToolkit-ios/XBToolkit-ios/**/*.{h,m}",
"Frameworks/GCJSONKit/*.{h,m}"
],
"exclude_files": "Frameworks/GCJSONKit/*.{m}"
},
"osx": {
"source_files": [
"XBToolkit-osx/XBToolkit-osx/**/*.{h,m}",
"Frameworks/GCJSONKit/*.{h,m}"
],
"exclude_files": "Frameworks/GCJSONKit/*.{m}"
},
"requires_arc": true,
"dependencies": {
"Underscore.m": [
"0.2.0"
],
"DCKeyValueObjectMapping": [
"1.4"
],
"AFNetworking": [
"1.3.1"
],
"GCJSONKit": [
"~> 1.5"
]
},
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"ios": {
"source_files": "Frameworks/GCJSONKit/*.{m}"
},
"osx": {
"source_files": "Frameworks/GCJSONKit/*.{m}"
}
}
]
}