[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 4 / 3 / SwitchKnife / 0.1.8 / SwitchKnife.podspec.json
blob5f71bc4ebe85d316fa27bb17ba07b4741fa040bc
2   "name": "SwitchKnife",
3   "version": "0.1.8",
4   "summary": "Helpful functions and categories",
5   "description": "This library provide some common categories and functions that will be used across different projects, so it is best to make them a library to keep code in sync between different projects",
6   "homepage": "https://github.com/akirakazu/SwitchKnife",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aki Xavier": "aki.xavier@me.com"
13   },
14   "source": {
15     "git": "https://github.com/akirakazu/SwitchKnife.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "SwitchKnife/Classes/**/*",
22   "dependencies": {
23     "PureLayout": [
25     ],
26     "CRToast": [
28     ]
29   }