blob: 526b25e13d5bde121e5322a706f5d3701eba8eee [file] [log] [blame]
{
"name": "ObjectDictionary",
"version": "0.1.4",
"summary": "这是字典转模型和模型转字典的工具类",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"description": "这是字典转模型和模型转字典的工具类",
"homepage": "https://github.com/yangyueguang/MyCocoaPods",
"license": "MIT",
"authors": {
"yangyueguang": "2829969299@qq.com"
},
"source": {
"git": "https://github.com/yangyueguang/MyCocoaPods.git",
"tag": "0.1.4"
},
"source_files": [
"ObjectDictionary/WDMember.{h,m}",
"ObjectDictionary/NSObject+Extention.{h,m}"
],
"subspecs": [
{
"name": "JSONKit",
"source_files": "ObjectDictionary/JSONKit.{h,m}",
"requires_arc": false
}
]
}