blob: a489c530b81375189d6d86106a2cc52a3a110934 [file] [log] [blame]
{
"name": "LazySwift",
"version": "0.1.0",
"summary": "Help to code lazily in Swift",
"description": "A collection of class extensions which help you to code lazily in Swift for iOS",
"homepage": "https://github.com/killing333/LazySwift",
"license": "MIT",
"authors": {
"killing333": "hlwanhoj@gmail.com"
},
"source": {
"git": "https://github.com/killing333/LazySwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LazySwift": [
"Pod/Assets/*.png"
]
}
}