[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 3 / e / 8 / UIViewController+KSAdditions / 0.1.0 / UIViewController+KSAdditions.podspec.json
blob3b3fad6c95d7743f677fdfba049cb409358fb28f
2   "name": "UIViewController+KSAdditions",
3   "version": "0.1.0",
4   "summary": "A UIViewController category that make you use UIViewController more efficiently.",
5   "description": "It is a category of UIViewController class, including lots of usefully functions that you will need when working with the UIViewController. This work is aim to reduce the repeate coding when you working with you iOS project.",
6   "homepage": "https://github.com/kevinsumios/UIViewController-KSAdditions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Sum": "kevin-sum@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kevinsumios/UIViewController-KSAdditions.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "UIViewController+KSAdditions.{h,m}"