blob: 5039a26ea6ceee41c4f864db8fe1dbd728fd1e89 [file] [log] [blame]
{
"name": "SugarKit",
"version": "0.0.7",
"summary": "Framework which hepls You develop your app faster",
"description": "Initial description for Project\nI will hope i change this soon\nnative swift POP",
"homepage": "https://github.com/SugarAndCandy/SugarKit.git",
"license": "MIT",
"authors": {
"MAXIM KOLESNIK": "makleso6@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/SugarAndCandy/SugarKit.git",
"tag": "0.0.7",
"submodules": false
},
"source_files": "SugarKit/**/*.swift",
"swift_version": "4",
"subspecs": [
{
"name": "Router",
"source_files": "Router/**/*.swift"
},
{
"name": "Analytics",
"source_files": "Analytics/Analytics/Analytics/**/*.swift"
},
{
"name": "FacebookAnalytics",
"source_files": "Analytics/FacebookAnalytics/**/*.swift",
"dependencies": {
"FBSDKCoreKit": [
],
"SugarKit/Analytics": [
]
}
},
{
"name": "Log",
"source_files": "Log/**/*.swift"
},
{
"name": "KeychainStore",
"source_files": "KeychainStore/**/*.swift",
"dependencies": {
"SugarKit/Log": [
]
}
},
{
"name": "Record",
"source_files": "Record/Record/**/*.swift",
"dependencies": {
"SugarKit/Log": [
]
}
}
]
}