blob: 3649cc8a2d0f94d72ec759516144066b86a68230 [file] [log] [blame]
{
"name": "librato-iOS",
"version": "1.0.1",
"summary": "Librato library for iOS",
"description": " A simple, delightful wrapper for the Librato API with conveniences for common use cases\n",
"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.0.1"
},
"platforms": {
"ios": "6.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": [
"~> 1.0"
],
"Mantle": [
"~> 1.3"
]
}
}