blob: 04d7fc25415e7de6c8dd45de4df6eb4df01616f4 [file] [log] [blame]
{
"name": "iOS_Bootstrap",
"version": "0.3.0",
"summary": "iOS Bootstrap library",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ahmadmssm/iOS_Bootstrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ahmad Mahmoud Saleh": "ams.eng@hotmail.com"
},
"source": {
"git": "https://github.com/ahmadmssm/iOS_Bootstrap.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.1"
},
"swift_version": "4",
"source_files": "iOS_Bootstrap/Classes/**/*",
"dependencies": {
"Moya/RxSwift": [
"~> 11.0"
],
"HandyJSON": [
"~> 4.1.1"
],
"IQKeyboardManagerSwift": [
"5.0.0"
],
"SNSSocial": [
"~> 2.0"
]
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Facebook",
"source_files": "iOS_Bootstrap/Classes/Managers/SocialMediaManager/**/*",
"ios": {
"dependencies": {
"FBSDKCoreKit": [
"~> 4.22"
],
"FBSDKShareKit": [
"~> 4.22"
],
"FBSDKLoginKit": [
"~> 4.22"
]
}
}
},
{
"name": "Twitter",
"source_files": "iOS_Bootstrap/Classes/Managers/SocialMediaManager/**/*",
"dependencies": {
"STTwitter": [
"0.2.5"
]
}
}
]
}