[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / e / 1 / Logan / 1.0.0 / Logan.podspec.json
blobe192c15a1aa0d11292d8156c199929fe75041a1b
2   "name": "Logan",
3   "version": "1.0.0",
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.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "Logan/iOS/*",
24     "Logan/Clogan/*.{h,c}"
25   ],
26   "public_header_files": "Logan/iOS/*.h",
27   "subspecs": [
28     {
29       "name": "mbedtls",
30       "source_files": "Logan/mbedtls/**/*.{h,c}",
31       "header_dir": "mbedtls"
32     }
33   ]