blob: be4864b9cf6ab4ebdabd4e57f25691db1fd28f1a [file] [log] [blame]
{
"name": "MLObject",
"version": "1.0.0",
"summary": "A framework for parsing JSON directly to Obj-C Realm objects.",
"homepage": "https://github.com/zillyinc/milk",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Zilly, Inc.": "milk@zilly.email"
},
"source": {
"git": "https://github.com/zillyinc/milk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Milk/Classes/*",
"public_header_files": "Milk/Classes/*.h",
"frameworks": "Foundation",
"dependencies": {
"Realm": [
"~> 3.1.0"
]
}
}