[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / 4 / Reusables / 0.0.1 / Reusables.podspec.json
blobfabb08e0d3df01d349382e4f3f90ff7d7f44ffd9
2   "name": "Reusables",
3   "version": "0.0.1",
4   "summary": "A collection of Reusables classes.",
5   "description": "Reusables is a collection of classes which are built to be dumb, but provide\ngenerics and fucntional programming concepts that allow you to tell them what\nto do.",
6   "homepage": "http://github.com/kylebrowning/Reusables",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kyle Browning": "kylebrowning@me.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/kylebrowning/Reusables.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": "Tests",
23   "pushed_with_swift_version": "3.0"