[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 6 / FiveUtils / 1.0.0 / FiveUtils.podspec.json
blob3b539a69c6bb4e9f8e80717980de625526648f6b
2   "name": "FiveUtils",
3   "version": "1.0.0",
4   "summary": "Five's commonly used iOS utility modules.",
5   "description": "A collection of various math extensions, random generators and other utility modules we tend to re-use on\nour projects at Five (http://five.agency).",
6   "homepage": "https://github.com/fiveagency/ios-five-utils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iOS libraries team": "ios.libraries@five.agency"
13   },
14   "source": {
15     "git": "https://github.com/fiveagency/ios-five-utils.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FiveUtils/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]