[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / SwiftEvery / 0.1.0 / SwiftEvery.podspec.json
blob2d7c0fb6aa6730a05e1b4bc8c6f8301462299514
2   "name": "SwiftEvery",
3   "module_name": "Every",
4   "version": "0.1.0",
5   "summary": "Handy function that helps unwrapping many optionals at once.",
6   "description": "                        Every provides template function for unwrapping tuple of optionals returning unwrapped values or nil.\n",
7   "homepage": "https://github.com/adamszeptycki/SwiftEvery",
8   "license": "MIT",
9   "authors": {
10     "Adam Szeptycki": "adamszeptycki@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/adamszeptycki/SwiftEvery.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "resource_bundles": {
22     "SwiftEvery": [
23       "Pod/Assets/*.png"
24     ]
25   }