[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 1 / 4 / KSNDictionaryModel / 0.1.0 / KSNDictionaryModel.podspec.json
blob99acf26f74710b8e215f852a1f11b4b7afd77789
2   "name": "KSNDictionaryModel",
3   "version": "0.1.0",
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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h"