{ | |
"name": "ios-swift-utils", | |
"version": "0.0.1", | |
"summary": "Set of useful util classes used in almost every project", | |
"homepage": "https://github.com/Rst-It/ios-swift-utils", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": "Rst-It", | |
"social_media_url": "http://rst-it.com/", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/Rst-It/ios-swift-utils.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Sources/*.swift", | |
"module_name": "ios_swift_utils", | |
"requires_arc": true | |
} |