blob: bb36f7879589aed8a66439aa3d65fdb23ac3bd7e [file] [log] [blame]
{
"name": "AOCMapper",
"platforms": {
"ios": "5.0"
},
"version": "2.1.2",
"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/steveholt55/OCMapper.git",
"tag": "2.1.1"
},
"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
}