[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / f / 5 / SDVersion / 4.1 / SDVersion.podspec.json
blob72e00704144fa53251a86d2a2d52ef95ad93bb31
2   "name": "SDVersion",
3   "version": "4.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     "tvos": "9.0",
16     "ios": "7.0",
17     "osx": "10.9",
18     "watchos": "2.0"
19   },
20   "ios": {
21     "source_files": "SDVersion/SDiOSVersion/*.{h,m}"
22   },
23   "osx": {
24     "source_files": "SDVersion/SDMacVersion/*.{h,m}"
25   },
26   "watchos": {
27     "source_files": "SDVersion/SDwatchOSVersion/*.{h,m}"
28   },
29   "tvos": {
30     "source_files": "SDVersion/SDtvOSVersion/*.{h,m}"
31   },
32   "source": {
33     "git": "https://github.com/sebyddd/SDVersion.git",
34     "tag": "4.1"
35   },
36   "source_files": "SDVersion/*.{h,m}",
37   "requires_arc": true