[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / 9 / f / 5 / SDVersion / 3.0.1 / SDVersion.podspec.json
blob5c09b4fa2aedbe8ba99e32c0f438e895772919e0
2   "name": "SDVersion",
3   "version": "3.0.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     "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.1"
27   },
28   "source_files": "SDVersion/*.{h,m}",
29   "requires_arc": true