blob: a65e14d3db6df754ce7ed1bfefd17f8cea26b34a [file] [log] [blame]
{
"name": "HPManagedObjects",
"version": "1.0.10",
"summary": "Lib with BaseManagedObjectModel that allow parse json and database",
"description": "Fast way make you class support JSON serializing/deserializing",
"homepage": "https://github.com/DimasSup",
"license": {
"type": "GPL-3.0",
"file": "LICENSE"
},
"authors": {
"DimasSup": "dima.teleban@gmail.com"
},
"source": {
"git": "https://github.com/DimasSup/HPManagedObjects.git",
"tag": "v1.0.10"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Main",
"source_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*",
"public_header_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*.h"
},
{
"name": "FMDB",
"source_files": "HPManagedObjects/Classes/FMDBSupport/**/*",
"public_header_files": "HPManagedObjects/Classes/FMDBSupport/**/*.h",
"dependencies": {
"HPManagedObjects/Main": [
],
"FMDB": [
]
}
}
]
}