blob: 258c354d0c1cd793e46423ea22f55c5bcf026408 [file] [log] [blame]
{
"name": "JCModel",
"version": "0.2",
"license": "MIT",
"summary": "A small framework to help with writing model layers in iOS.",
"homepage": "https://github.com/jconst/JCModel",
"authors": {
"Joseph Constantakis": "jcon5294@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jconst/JCModel.git",
"tag": "0.2"
},
"requires_arc": true,
"dependencies": {
"NSObjectProperties": [
"~> 0.0.3"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core/*.{h,m}"
},
{
"name": "AFNetworking",
"source_files": "Classes/AFNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"JCModel/Core": [
]
}
}
]
}