blob: d785d7841d2946215e37e44283b096b7fc27c119 [file] [log] [blame]
{
"name": "ModelRocket",
"version": "1.2.3",
"license": "MIT",
"summary": "An iOS framework for creating JSON-based models. Written in Swift.",
"homepage": "https://github.com/ovenbits/ModelRocket",
"authors": {
"Jonathan Landon": "jonathan.landon@ovenbits.com"
},
"source": {
"git": "https://github.com/ovenbits/ModelRocket.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift",
"Sources/*.h"
]
}