| { |
| "name": "CDBSharedDateFormatter", |
| "version": "0.0.1", |
| "summary": "NSDateFormatter sharedInstance implementation", |
| "description": "Add a category with a sharedInstance method to the NSDateFormatter", |
| "homepage": "https://github.com/yocaminobien/CDBSharedDateFormatter", |
| "license": "MIT", |
| "authors": { |
| "yocaminobien": "yocaminobien@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/yocaminobien/CDBSharedDateFormatter.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "CDBSharedDateFormatter": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |