[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / e / CYKit / 0.1.8.3 / CYKit.podspec.json
blob3dc9e0a3923bb2a29638bcdb046ef8b0d74687c2
2   "name": "CYKit",
3   "version": "0.1.8.3",
4   "summary": "something useful for daily development",
5   "homepage": "https://github.com/TripleFireMan",
6   "license": "MIT",
7   "authors": {
8     "chengyan": "ab364743113@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/TripleFireMan/CYKit.git",
15     "tag": "0.1.8.3"
16   },
17   "source_files": [
18     "CYKit",
19     "CYKit/**/*.{h,m}"
20   ],
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7"
26     ],
27     "Masonry": [
28       "~> 1.0.2"
29     ],
30     "BlocksKit": [
31       "~> 2.2.5"
32     ]
33   }