| { |
| "name": "CWSmartObject", |
| "version": "0.0.3", |
| "summary": "Allows you to create objects from dictionaries and just handles a bunch of other annoying tasks. Inspired by code in Sqwiggle for iOS SDK.", |
| "homepage": "https://github.com/cameronwebbable/CWSmartObject", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Cameron Webb": "" |
| }, |
| "social_media_url": "http://twitter.com/webbc", |
| "platforms": { |
| "ios": null |
| }, |
| "source": { |
| "git": "https://github.com/cameronwebbable/CWSmartObject.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "CWSmartObject", |
| "CWSmartObject/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |