blob: b0f3c4db6b9f372d0bec82885fa768197d166ea4 [file] [log] [blame]
{
"name": "CoreModel",
"version": "0.0.1",
"homepage": "https://github.com/naftaly/CoreModel",
"source": {
"git": "https://github.com/naftaly/CoreModel.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Lightweight framework that simplifies the process of converting your data to usable objects.",
"social_media_url": "https://twitter.com/naftaly",
"authors": {
"Alexander Cohen": "naftaly@me.com"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": [
"CoreModel/CMModel.?",
"CoreModel/CoreModel.h"
],
"public_header_files": [
"CoreModel/CMModel.h",
"CoreModel/CoreModel.h"
]
}