[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / d / 1 / e / DSLibCore / 2.0 / DSLibCore.podspec.json
blob42c6b9fdb33470db125d7989699efdf40aa4c7e6
2   "name": "DSLibCore",
3   "version": "2.0",
4   "summary": "A set of usefull classes",
5   "description": "A set of usefull classes. A description to be written.",
6   "homepage": "https://github.com/diejmon/DSLibCore",
7   "license": "MIT",
8   "authors": {
9     "Alexander Belyavskiy": "diejmon@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/diejmon/DSLibCore.git",
13     "tag": "2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "no-arc",
22       "source_files": "Pod/Classes/no-arc/*",
23       "requires_arc": false
24     },
25     {
26       "name": "Core",
27       "dependencies": {
28         "DSLibCore/no-arc": [
30         ]
31       },
32       "source_files": "Pod/Classes/*.{h,m,swift}"
33     }
34   ]