blob: 916a54afdfaedc1639ead1b6c20c70f47d5b26f7 [file] [log] [blame]
{
"name": "SLDate",
"version": "0.1.0",
"summary": "SLDate is a NSDate Category.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yangbryant/CocoaPods_framework_tutorial",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Srefan": "liyangkobebryant@hotmail.com"
},
"source": {
"git": "/Users/zhengxin/gitlab/Others/CocoaPods_framework_tutorial",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SLDate/Classes/*.{h,m}",
"resource_bundles": {
"SLDate": [
"SLDate/Assets/*.png"
]
},
"frameworks": "UIKit"
}