| { | |
| "name": "TSMLib", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "summary": "TSMLib is a library.", | |
| "requires_arc": true, | |
| "version": "0.0.1", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Tismart Peru": "franco.castellano@tismartperu.com" | |
| }, | |
| "homepage": "https://github.com/tismart/TSMLib", | |
| "source": { | |
| "git": "https://github.com/tismart/TSMLib.git", | |
| "tag": "0.0.1" | |
| }, | |
| "frameworks": "UIKit", | |
| "dependencies": { | |
| "Alamofire": [ | |
| ], | |
| "MagicalRecord": [ | |
| ] | |
| }, | |
| "source_files": "TSMLib/**/*.{swift}" | |
| } |