blob: 7a926251638627a4809227156f2485fe0cea32bc [file] [log] [blame]
{
"name": "UltraObject",
"version": "0.1.0",
"summary": "Ultra Object is event based model framework.",
"description": " Ultra Object is event based model framework. It helps you to manage\n objects easily. Especially if you're using RESTful api, this can be\n a good solution for creating, updating and destroying objects while\n applying the changes to views and controllers.\n\n Ultra Object also helps you to apply mutable/immutable pattern.\n",
"homepage": "https://github.com/ssowonny/UltraObject",
"license": "MIT",
"authors": {
"Sungwon Lee": "ssowonny@gmail.com"
},
"source": {
"git": "https://github.com/ssowonny/UltraObject.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"UltraObject": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"JSONModel": [
"~> 1.1.0"
]
}
}