blob: ec2af0d0cf4cc6633faf995901069d75fbf919d2 [file] [log] [blame]
{
"name": "BaseKit",
"version": "0.1",
"license": "Apache License, Version 2.0",
"summary": "BaseKit is a set of IOS class to make your life easier.",
"homepage": "https://github.com/brunow/BaseKit",
"authors": {
"Bruno Wernimont": "bruno.wernimont+github@gmail.com"
},
"source": {
"git": "https://github.com/brunow/BaseKit.git",
"tag": "0.1"
},
"platforms": {
"ios": null
},
"requires_arc": false,
"subspecs": [
{
"name": "Core",
"source_files": "Code/Core/*.{h,m}"
},
{
"name": "View",
"source_files": "Code/View/*.{h,m}",
"dependencies": {
"BaseKit/Core": [
]
}
},
{
"name": "CellMapping",
"source_files": "Code/CellMapping/*.{h,m}",
"dependencies": {
"BaseKit/Core": [
],
"BaseKit/View": [
]
}
}
]
}