[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 0 / 1 / PEDev-Console / 1.0.2 / PEDev-Console.podspec.json
blob1720d46e52e3cef220b840982e1faf6cbbacec94
2   "name": "PEDev-Console",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "An iOS static library to aid in the development of iOS apps.",
6   "authors": {
7     "Paul Evans": "evansp2@gmail.com"
8   },
9   "homepage": "https://github.com/evanspa/PEDev-Console",
10   "source": {
11     "git": "https://github.com/evanspa/PEDev-Console.git",
12     "tag": "PEDev-Console-v1.0.2"
13   },
14   "platforms": {
15     "ios": "8.1"
16   },
17   "source_files": "**/*.{h,m}",
18   "public_header_files": "**/*.h",
19   "exclude_files": [
20     "**/*Tests/*.*",
21     "**/DemoApp/*"
22   ],
23   "requires_arc": true,
24   "resources": "Resources/PEDev-Console.bundle",
25   "dependencies": {
26     "PEObjc-Commons": [
27       "~> 1.0.20"
28     ],
29     "PESimu-Select": [
30       "~> 1.0.3"
31     ]
32   }