blob: 2d106ba135ed92c422e765527cc041ef5267f160 [file] [log] [blame]
{
"name": "librato-iOS",
"version": "0.1.2",
"summary": "Librato library for iOS",
"description": " A simple wrapper for the Librato API with some 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": "0.1.2"
},
"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",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}