[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 5 / 8 / OSComponents / 0.1.17 / OSComponents.podspec.json
blobbba2e7e4baf16b9db22eb25076e2a046a70e94ce
2   "name": "OSComponents",
3   "version": "0.1.17",
4   "summary": "OSComponents is a collections os components designed to help the apps development",
5   "description": "OSComponents is a collections os components designed to help the apps development!",
6   "homepage": "https://github.com/appsimples/os-components-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MatheusFV": "matheus.venosa@usp.br"
13   },
14   "source": {
15     "git": "https://github.com/appsimples/os-components-ios.git",
16     "tag": "0.1.17"
17   },
18   "social_media_url": "https://www.appsimples.com.br",
19   "platforms": {
20     "ios": "9.2"
21   },
22   "source_files": "Source/**/*",
23   "swift_version": "4.1",
24   "resource_bundles": {
25     "OSComponents": [
26       "Source/**/*.xib",
27       "Media.xcassets/**/*.{png,jpg,json}"
28     ]
29   },
30   "resources": "Media.xcassets",
31   "frameworks": [
32     "UIKit",
33     "MapKit"
34   ],
35   "dependencies": {
36     "AlamofireImage": [
37       "~> 3.3"
38     ],
39     "Moya/RxSwift": [
40       "~> 10.0.1"
41     ],
42     "ObjectMapper": [
43       "~> 3.3.0"
44     ],
45     "Reusable": [
46       "~> 4.0.0"
47     ]
48   }