[Add] ShopSphare 1.0.4
[CocoaPods.git] / Specs / 3 / 4 / 8 / CRToastSwift / 1.0.0-alpha.2 / CRToastSwift.podspec.json
blobc7e21a6b68a6ca8d4c9c881613c0e5ca4394bb70
2   "name": "CRToastSwift",
3   "version": "1.0.0-alpha.2",
4   "summary": "A wrapper library of CRToast totally redesigned for Swift 2.",
5   "description": "A wrapper library of CRToast totally redesigned for Swift 2.\n\nFeatures:\n- Awesome UX based on CRToast\n- Carefully considered, highly structured and Swiftish API\n- Strongly typed properties\n- Flowable event handlings by method chaining and trailing closures\n- Easy customization for your applications",
6   "homepage": "https://github.com/masahiko24/CRToastSwift",
7   "license": "MIT",
8   "authors": {
9     "Masahiko Tsujita": "tsujitamasahiko.dev@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/masahiko24/CRToastSwift.git",
13     "tag": "1.0.0-alpha.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "CRToastSwift/**/*",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "CRToast": [
23       "~> 0.0.9"
24     ]
25   }