[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / TMLog / 1.0.4 / TMLog.podspec.json
blob5ba971e13c63415f3ed10b24d95041f3c95e320c
2   "name": "TMLog",
3   "version": "1.0.4",
4   "summary": "Send output from NSLog() and println() (print() on Swift 2.0) to remote server like papertrail.",
5   "description": "Send output from NSLog() and println() (print() on Swift 2.0) to remote server like papertrail.\n\n* Works on Objective-C and Swift",
6   "homepage": "https://github.com/fnazarios/TMLog",
7   "license": "MIT",
8   "authors": {
9     "Fernando Nazario Sousa": "fnazarios@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/fnazarios",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/fnazarios/TMLog.git",
17     "tag": "1.0.4"
18   },
19   "source_files": [
20     "TMLog",
21     "TMLog/*.{h,m}"
22   ],
23   "public_header_files": "TMLog/*.h",
24   "requires_arc": true