blob: 9c92029ea792e3e03a4d495aeda92cf98985e375 [file] [log] [blame]
{
"name": "OCMapper",
"platforms": {
"ios": "5.0"
},
"version": "1.6",
"summary": "NSDictionary to NSObject Mapper",
"homepage": "https://github.com/aryaxt/OCMapper",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Aryan Ghassemi": "https://github.com/aryaxt/OCMapper"
},
"source": {
"git": "https://github.com/aryaxt/OCMapper.git",
"tag": "1.6"
},
"source_files": [
"OCMapper/Source/*.{h,m}",
"OCMapper/Source/Categories/*.{h,m}",
"OCMapper/Source/Logging Provider/*.{h,m}",
"OCMapper/Source/Instance Provider/*.{h,m}",
"OCMapper/Source/Mapping Provider/*.{h,m}",
"OCMapper/Source/Mapping Provider/In Code Mapping/*.{h,m}",
"OCMapper/Source/Mapping Provider/PLIST Mapping/*.{h,m}",
"OCMapper/Source/Mapping Provider/XML Mapping/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true
}