[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 1 / a / Once / 0.0.2 / Once.podspec.json
blob2f03b5f8aa1c6c39d2eee3bfc8878be56e5a2da2
2   "name": "Once",
3   "version": "0.0.2",
4   "summary": "Minimalists library to manage one-off operations.",
5   "description": "Once is a minimalists library to manage one-off operations.",
6   "homepage": "https://github.com/jianstm/Once",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Quentin Jin": "jianstm@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jianstm/Once.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "Sources/**/*",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "swift_version": "4.2",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "watchos": "2.0",
26     "tvos": "9.0"
27   }