blob: 46b89f8156f69b8f1a8ea9c706e693051592a7c4 [file] [log] [blame]
{
"name": "librato-iOS",
"version": "1.2.1",
"summary": "Librato library for iOS",
"description": "A simple, delightful wrapper for the Librato API with conveniences for common use cases",
"homepage": "https://github.com/amco/librato-iOS",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Adam Yanalunas": "adam@yanalunas.com"
},
"source": {
"git": "https://github.com/amco/librato-iOS.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Librato-iOS/**/*.{h,m}",
"frameworks": [
"QuartzCore",
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"UIKit"
],
"prefix_header_file": "librato-iOS/librato-iOS-Prefix.pch",
"resources": "Librato-iOS/Librato-Localizable.strings",
"exclude_files": "Demo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Mantle": [
"~> 1.3"
]
}
}