[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / b / 0 / KCModel / 1.0.0 / KCModel.podspec.json
blob15b7360cbee69e59e5f47c9c197bc5a57ba67d80
2   "name": "KCModel",
3   "summary": "Personal model framework for iOS.",
4   "version": "1.0.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "koce": "koce.zhao@gmail.com"
11   },
12   "social_media_url": "http://www.jianshu.com/u/083bd990bfe2",
13   "homepage": "https://github.com/koce/KCModel",
14   "platforms": {
15     "ios": "7.0",
16     "watchos": "2.0"
17   },
18   "source": {
19     "git": "https://github.com/koce/KCModel.git",
20     "tag": "1.0.0"
21   },
22   "requires_arc": true,
23   "source_files": "KCModel/*.{h,m}",
24   "public_header_files": "KCModel/*.{h}",
25   "frameworks": [
26     "Foundation",
27     "CoreFoundation"
28   ]