[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 3 / Farseer / 1.2.0 / Farseer.podspec.json
blob46d0175eb3988b64afda94efadca6ed30858290c
2   "name": "Farseer",
3   "version": "1.2.0",
4   "summary": "A test time analyse tool.",
5   "description": "In Farseer, the log is divided into five levels, Fatal, Error, Warning, Log and Minor. It will be outputted to the terminal or central device with different colors according to its own level. The log can be acquired wirelessly through Bluetooth in real-time. Farseer can only display the selected part filtered by level, file, method name or line number. Farseer can use central device to access the launching target application device, view the sandbox directory, get the target file in the sandbox. Central device will keep all other device’s logs, for compare and analyze between different time periods.",
6   "homepage": "https://github.com/winterbesos/Farseer",
7   "license": "MIT",
8   "authors": {
9     "Salo": "2680914103@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0",
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/winterbesos/Farseer.git",
17     "tag": "1.2.0"
18   },
19   "source_files": [
20     "Farseer_Project/Farseer/*.{h,m}",
21     "Farseer_Project/Farseer/**/*.{h,m}",
22     "Farseer_Project/FarseerBase/*.{h,m}"
23   ],
24   "exclude_files": [
25     "Farseer_Project/Farseer/Farseer.swift",
26     "Farseer_Project/FarseerBase/FarseerBase_iOS.h",
27     "Farseer_Project/FarseerBase/FarseerBase_OSX.h"
28   ],
29   "frameworks": [
30     "Foundation",
31     "CoreBluetooth"
32   ]