[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / f / GYDFoundation / 0.0.2 / GYDFoundation.podspec.json
blob54e4597fb0f7718f9a06c1256ee52be926486616
2   "name": "GYDFoundation",
3   "version": "0.0.2",
4   "summary": "GYDFoundation",
5   "description": "平时积累的一些代码,\n也许有用,也许没用。",
6   "homepage": "https://github.com/pkgogai/GYDFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pkgogai": "pkgogai@163.com"
13   },
14   "source": {
15     "git": "https://github.com/pkgogai/GYDFoundation.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8"
21   },
22   "ios": {
23     "source_files": "GYDFoundation/**/*",
24     "requires_arc": true,
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "source_files": "GYDFoundation/GYDFoundation/**/*"
29   }