blob: 1b9501aa0833bd31ed28364ccc9943b48d015e38 [file] [log] [blame]
{
"name": "WeiDianSDK",
"version": "0.0.2",
"summary": "WeiDian iOS SDK.",
"description": "A longer description of WeiDianSDK in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://coding.net/u/javenliu/p/WeiDianSDK/git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Javen_liu": "412775083@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://coding.net/javenliu/WeiDianSDK.git",
"tag": "0.0.2"
},
"source_files": "WeiDianSDK/SDK/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
]
}
}