[Add] TFYSwiftRouter 2.1.8
[CocoaPods.git] / Specs / 7 / 1 / 4 / KSNDictionaryModel / 0.1.1 / KSNDictionaryModel.podspec.json
blob8cf3c8e4cc8a3409140b59c0b4eaafd6d50cb52f
2   "name": "KSNDictionaryModel",
3   "version": "0.1.1",
4   "summary": "Wrapper around NSDictionary.",
5   "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.",
6   "homepage": "https://github.com/SergeyKovalenko/KSNDictionaryModel",
7   "license": "MIT",
8   "authors": {
9     "Sergey Kovalenko": "papuly@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SergeyKovalenko/KSNDictionaryModel.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "deprecated": true,
21   "public_header_files": "Pod/Classes/**/*.h"