[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / 1 / 2 / XNCountdown / 0.1.5 / XNCountdown.podspec.json
blobf2a1cab2175108d067035e71d9afb1a633156e81
2   "name": "XNCountdown",
3   "version": "0.1.5",
4   "summary": "A short description of XNCountdown.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/yexiannan/XNCountdown",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yexiannan": "932056276@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yexiannan/XNCountdown.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XNCountdown/Classes/**/*",
22   "dependencies": {
23     "XNUtils": [
24       "~> 0.2.0"
25     ],
26     "Masonry": [
28     ]
29   },
30   "prefix_header_contents": [
31     "#import \"Masonry.h\"",
32     "#import \"XNUtils.h\""
33   ],
34   "user_target_xcconfig": {
35     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
36   }