[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / f / a / d / LazySwift / 0.2.2 / LazySwift.podspec.json
blob89b4f68e8d1cb3f870edcbe550d0d2f485c8766d
2   "name": "LazySwift",
3   "version": "0.2.2",
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.2"
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   }