[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 9 / 7 / MiseEnPlace / 4.0.2 / MiseEnPlace.podspec.json
blob22d1955421cd96b42dad49f416e52f8ed72903de
2   "name": "MiseEnPlace",
3   "version": "4.0.2",
4   "summary": "A Framework for converting and interpreting common measurements used in cooking.",
5   "description": "MiseEnPlace provides powerfull conversion and interpretation for any cooking application.\nMiseEnPlace makes it easy to convert between US and Metric measurements and display the results\nin a human readable way.",
6   "homepage": "https://github.com/richardpiazza/MiseEnPlace",
7   "license": "MIT",
8   "authors": {
9     "Richard Piazza": "github@richardpiazza.com"
10   },
11   "social_media_url": "https://twitter.com/richardpiazza",
12   "source": {
13     "git": "https://github.com/richardpiazza/MiseEnPlace.git",
14     "tag": "4.0.2"
15   },
16   "frameworks": "Foundation",
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.12",
20     "ios": "10.0",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "osx": {
25     "frameworks": "Foundation",
26     "source_files": "Sources/Foundation/*"
27   },
28   "ios": {
29     "frameworks": [
30       "Foundation",
31       "UIKit"
32     ],
33     "source_files": [
34       "Sources/Foundation/*",
35       "Sources/iOS/*"
36     ],
37     "resources": "Resources/iOS/*"
38   },
39   "tvos": {
40     "frameworks": "Foundation",
41     "source_files": "Sources/Foundation/*"
42   },
43   "watchos": {
44     "frameworks": "Foundation",
45     "source_files": "Sources/Foundation/*"
46   },
47   "pushed_with_swift_version": "3.0"