blob: 599941908529a381eeee9f42e5dc159e18b51331 [file] [log] [blame]
{
"name": "SBRProjectBase",
"version": "0.1.4",
"summary": "A pod that contains several base classes and helpers to be a start for any project",
"description": "A pod that contains several base classes and helpers to be a start for any project. description",
"homepage": "https://github.com/pashaisthebest/SBRProjectBase",
"license": "MIT",
"authors": {
"Pavel Gurov": "pashaisthebest@gmail.com"
},
"source": {
"git": "https://github.com/pashaisthebest/SBRProjectBase.git",
"tag": "0.1.4"
},
"social_media_url": "https://vk.com/pashaisthebest",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SBRProjectBase": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"Google/Analytics": [
],
"RestKit": [
],
"Reachability": [
],
"JDStatusBarNotification": [
],
"Fabric": [
],
"Crashlytics": [
],
"SDWebImage": [
]
}
}