[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / a / 5 / TMLog / 1.0.0 / TMLog.podspec.json
blob5e0a4a079484767212d559ccb10a7a13f0e9ee17
2   "name": "TMLog",
3   "version": "1.0.0",
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\n",
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.0"
18   },
19   "source_files": [
20     "TMLog",
21     "TMLog/*.{h,m}"
22   ],
23   "public_header_files": "TMLog/*.h",
24   "requires_arc": true