[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / 5 / 1 / librato-iOS / 1.0.2 / librato-iOS.podspec.json
blob8c5953068b735cf31441b6a53f57143f00988a0c
2   "name": "librato-iOS",
3   "version": "1.0.2",
4   "summary": "Librato library for iOS",
5   "description": "    A simple, delightful wrapper for the Librato API with conveniences for common use cases\n",
6   "homepage": "https://github.com/amco/librato-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Adam Yanalunas": "adam@yanalunas.com"
13   },
14   "source": {
15     "git": "https://github.com/amco/librato-iOS.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Librato-iOS/**/*.{h,m}",
22   "frameworks": [
23     "QuartzCore",
24     "Foundation",
25     "SystemConfiguration",
26     "MobileCoreServices",
27     "UIKit"
28   ],
29   "prefix_header_file": "librato-iOS/librato-iOS-Prefix.pch",
30   "resources": "Librato-iOS/Librato-Localizable.strings",
31   "exclude_files": "Demo",
32   "requires_arc": true,
33   "dependencies": {
34     "AFNetworking": [
35       "~> 1.0"
36     ],
37     "Mantle": [
38       "~> 1.3"
39     ]
40   }