[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 2 / e / 1 / Logan / 1.2.1 / Logan.podspec.json
blob4a72e3b2f2ecddd467ced0e7c30baf4cb1a665a3
2   "name": "Logan",
3   "version": "1.2.1",
4   "summary": "Logan is a lightweight case logging system based on mobile platform.",
5   "homepage": "https://github.com/Meituan-Dianping/Logan",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "jiangteng": "jiangteng.cn@gmail.com",
12     "yxiangnan": "yxiangnan@gmail.com",
13     "maxiaojun": "xiaojun_ma@qq.com"
14   },
15   "source": {
16     "git": "https://github.com/Meituan-Dianping/Logan.git",
17     "tag": "1.2.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "source_files": [
24     "Logan/iOS/*",
25     "Logan/Clogan/*.{h,c}"
26   ],
27   "public_header_files": "Logan/iOS/*.h",
28   "subspecs": [
29     {
30       "name": "mbedtls",
31       "source_files": "Logan/mbedtls/**/*.{h,c}",
32       "header_dir": "mbedtls"
33     }
34   ]