[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / SDVersion / 3.1 / SDVersion.podspec.json
blob5321d54ddc18319f9ef9fc1293f6377e852f4203
2   "name": "SDVersion",
3   "version": "3.1",
4   "summary": "Objective-C library for detecting running device model and screen size.",
5   "homepage": "https://github.com/sebyddd/SDVersion",
6   "screenshots": "https://dl.dropboxusercontent.com/s/bmfjwfe2ngnivwn/sdversion.png?dl=0",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sebastian Dobrincu": "me@dobrincu.co"
13   },
14   "platforms": {
15     "watchos": "2.0",
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "ios": {
20     "source_files": "SDVersion/SDiOSVersion/*.{h,m}"
21   },
22   "osx": {
23     "source_files": "SDVersion/SDMacVersion/*.{h,m}"
24   },
25   "watchos": {
26     "source_files": "SDVersion/SDwatchOSVersion/*.{h,m}"
27   },
28   "source": {
29     "git": "https://github.com/sebyddd/SDVersion.git",
30     "tag": "3.1"
31   },
32   "source_files": "SDVersion/*.{h,m}",
33   "requires_arc": true