12345678910111213141516171819202122 |
- {
- "name": "XCComponentization",
- "version": "0.1.0",
- "summary": "A short description of XCComponentization.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://git.forgetive.org/Componentization/XCComponentization.git",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "xcbosa mbp16": "xcbosa@forgetive.org"
- },
- "source": {
- "git": "https://git.forgetive.org/Componentization/XCComponentization.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "10.0"
- },
- "source_files": "XCComponentization/Classes/**/*"
- }
|