[Add] DouyinSDKTemplate 0.0.1
[CocoaPods.git] / Specs / 2 / 5 / 1 / librato-iOS / 0.1.2 / librato-iOS.podspec.json
blob2d106ba135ed92c422e765527cc041ef5267f160
2   "name": "librato-iOS",
3   "version": "0.1.2",
4   "summary": "Librato library for iOS",
5   "description": "  A simple wrapper for the Librato API with some 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": "0.1.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   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
33       "~> 1.0"
34     ]
35   }