blob: cd917edce12938c392658223168716968d3985f3 [file] [log] [blame]
{
"name": "YSMRequestMappingExtend",
"version": "0.1.0",
"summary": "AFNetworking+Restkit:http request and mapping special object",
"description": " 1、AFNetworking;\n 2、Restikit/NKObjectMapping;\n 3、Using:\n a、custom data model inherit YSMMappingBaseDataModel;\n b、adding attributes like the sample:\n NSString : YSMProperty_String(title);\n NSArray : YSMProperty_Array(CustomSubClassOfYSMMappingBaseDataModel, property_name);\n CustomClass : YSMProperty_Class(propertyClass,propertyName);\n c、property have setter and getter;\n",
"homepage": "https://github.com/Cain1127/YSMRequestMappingExtend",
"license": "MIT",
"authors": {
"ysmeng": "49427823@163.com"
},
"source": {
"git": "https://github.com/Cain1127/YSMRequestMappingExtend.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"YSMRequestMappingExtend": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"RestKit/ObjectMapping": [
"~> 0.24.1"
]
}
}