[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / d / 3 / FrameAccessorSwift / 3.0.1 / FrameAccessorSwift.podspec.json
blobc9d0e8810d3605bac3dacbbdb067e9a6bc6cbd7a
2   "name": "FrameAccessorSwift",
3   "module_name": "FrameAccessor",
4   "version": "3.0.1",
5   "license": "MIT",
6   "summary": "Easy access to view's frame.",
7   "homepage": "https://github.com/Coeur/FrameAccessorSwift",
8   "description": "You can access x, y, width, height, origin or size like properties.\nLike this:\nview.x = 15\nview.width = 167",
9   "authors": {
10     "AlexDenisov": "1101.debian@gmail.com",
11     "holgersindbaek": "holgersindbaek@gmail.com",
12     "noxt": "id.noxt@gmail.com",
13     "Cœur": "coeur@gmx.fr"
14   },
15   "source": {
16     "git": "https://github.com/Coeur/FrameAccessorSwift.git",
17     "tag": "3.0.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "source_files": "FrameAccessor/*.{swift}"
25   },
26   "osx": {
27     "source_files": "FrameAccessor/ViewFrameAccessor.{swift}"
28   },
29   "pushed_with_swift_version": "3.0"