[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 1 / Logan / 1.2.1.swift / Logan.podspec.json
blobacc7e9cda33600e0c87267ea33618ca363ba4a21
2   "name": "Logan",
3   "version": "1.2.1.swift",
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.swift"
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   "header_dir": "mbedtls",
29   "subspecs": [
30     {
31       "name": "mbedtls",
32       "source_files": "Logan/mbedtls/**/*.{h,c}",
33       "header_dir": "mbedtls"
34     }
35   ]