[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 9 / f / 5 / SDVersion / 2.1.4 / SDVersion.podspec.json
blob48c2ee91f727d094190620eeffe092fc2c47d62f
2   "name": "SDVersion",
3   "version": "2.1.4",
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/5ddx58dsex25x57/sdversion-logo.png?dl=0",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sebastian Dobrincu": "sebyddd@gmail.com"
13   },
14   "platforms": {
15     "osx": "10.9",
16     "ios": "7.0"
17   },
18   "ios": {
19     "source_files": "SDVersion/SDiPhoneVersion/*.{h,m}"
20   },
21   "osx": {
22     "source_files": "SDVersion/SDMacVersion/*.{h,m}"
23   },
24   "source": {
25     "git": "https://github.com/sebyddd/SDVersion.git",
26     "tag": "2.1.4"
27   },
28   "source_files": "SDVersion/*.{h,m}",
29   "requires_arc": true