[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 9 / 7 / LYCountlyHelper / 1.0.0 / LYCountlyHelper.podspec.json
blob21bd22b0fb492aff7fb87b019bb303c5fe3c9da8
2   "name": "LYCountlyHelper",
3   "version": "1.0.0",
4   "summary": "Easy usage of Countly.",
5   "description": "Easy usage of Countly.",
6   "homepage": "https://github.com/hulala1210/LYCountlyHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Chen": "hulala1210@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/hulala1210/LYCountlyHelper.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}",
24     "Classes/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "dependencies": {
32     "Countly": [
33       "~> 19.08"
34     ],
35     "YYKit": [
37     ]
38   }