blob: fae0bb87fcf7bf28c52a6c39e1dc6d8b2ca4e2a3 [file] [log] [blame]
{
"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"
}