blob: 99acf26f74710b8e215f852a1f11b4b7afd77789 [file] [log] [blame]
{
"name": "KSNDictionaryModel",
"version": "0.1.0",
"summary": "Wrapper around NSDictionary.",
"description": "KSNDictionaryModel is a NSDictionary wrapper that simplifies and formalizes usage of the NSDictionary as a data model in your app. Please see Tests for more details.",
"homepage": "https://github.com/SergeyKovalenko/KSNDictionaryModel",
"license": "MIT",
"authors": {
"Sergey Kovalenko": "papuly@gmail.com"
},
"source": {
"git": "https://github.com/SergeyKovalenko/KSNDictionaryModel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h"
}