blob: 3b539a69c6bb4e9f8e80717980de625526648f6b [file] [log] [blame]
{
"name": "FiveUtils",
"version": "1.0.0",
"summary": "Five's commonly used iOS utility modules.",
"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).",
"homepage": "https://github.com/fiveagency/ios-five-utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iOS libraries team": "ios.libraries@five.agency"
},
"source": {
"git": "https://github.com/fiveagency/ios-five-utils.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FiveUtils/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}