[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / a / d / LazySwift / 0.2.0 / LazySwift.podspec.json
blobcefe47f6943e4dac5f3852105ed1ebc001b5ccf4
2   "name": "LazySwift",
3   "version": "0.2.0",
4   "summary": "Help to code lazily in Swift",
5   "description": "A collection of class extensions which help you to code lazily in Swift for iOS",
6   "homepage": "https://github.com/killing333/LazySwift",
7   "license": "MIT",
8   "authors": {
9     "killing333": "hlwanhoj@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/killing333/LazySwift.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LazySwift": [
22       "Pod/Assets/*.png"
23     ]
24   }