blob: 0671fecea304049a7bdbe9ca63d3b74ef00df6ee [file] [log] [blame]
{
"name": "CDNKit",
"version": "1.0.1",
"summary": "A collection of utils for iOS development",
"description": "CDNKit is a collection of utils for iOS development with OC.",
"homepage": "https://github.com/ChenDongnan/CDNKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chen Donanan": "chendongnan2016@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ChenDongnan/CDNKit.git",
"tag": "1.0.1"
},
"source_files": "CDNKitDemo/CDNKit/*.{h, m}",
"frameworks": "UIKit",
"requires_arc": true
}