blob: 4e5e4ddf778d2e68230742cf530f7ac7461dcf94 [file] [log] [blame]
{
"name": "CoreModel",
"version": "1.0.0",
"homepage": "https://github.com/naftaly/CoreModel",
"source": {
"git": "https://github.com/naftaly/CoreModel.git",
"tag": "1.0.0"
},
"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"
]
}