blob: f6863944265066560739cf0099b9de86a39e7f8c [file] [log] [blame]
{
"name": "DrawerFramework",
"version": "0.1.2",
"summary": "Testing Cocoa Pods.",
"description": "Drawer Framework to Create Drawer Type App",
"homepage": "https://github.com/mushtaque87/DrawerFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mushtaque Ahmed": "mushtaque87@gmail.com"
},
"source": {
"git": "https://github.com/mushtaque87/DrawerFramework.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DrawerFramework/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
]
}
}