[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / f / 5 / SDVersion / 3.0 / SDVersion.podspec.json
blob1b6f9a1bbd06f098b4706e5daf81b4e4e7483f36
2   "name": "SDVersion",
3   "version": "3.0",
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     "osx": "10.9",
16     "ios": "7.0"
17   },
18   "ios": {
19     "source_files": "SDVersion/SDiOSVersion/*.{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": "3.0"
27   },
28   "source_files": "SDVersion/*.{h,m}",
29   "requires_arc": true