blob: 20a19653374ceda2f8d096bee52445d6324db6d3 [file] [log] [blame]
{
"name": "RosettaStoneKit",
"version": "1.5.2",
"summary": "Magical Object Mapping framework for iOS/OS X",
"description": "RosettaStoneKit is a magical Object Mapping framework.\nIt converts dictionaries and arrays of data into instances of any classes.\nIt can also convert your custom objects into dictionaries and arrays.",
"homepage": "http://endoze.github.io/RosettaStoneKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris": "chris@wideeyelabs.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/endoze/RosettaStoneKit.git",
"tag": "1.5.2"
},
"source_files": "RosettaStoneKit/**/*.{h,m}",
"requires_arc": true
}