[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 9 / UltraObject / 0.1.0 / UltraObject.podspec.json
blob7a926251638627a4809227156f2485fe0cea32bc
2   "name": "UltraObject",
3   "version": "0.1.0",
4   "summary": "Ultra Object is event based model framework.",
5   "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",
6   "homepage": "https://github.com/ssowonny/UltraObject",
7   "license": "MIT",
8   "authors": {
9     "Sungwon Lee": "ssowonny@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ssowonny/UltraObject.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "UltraObject": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "JSONModel": [
27       "~> 1.1.0"
28     ]
29   }