blob: e3b661d8be0ab50e1a55a8c1256c03e9e8182c5a [file] [log] [blame]
{
"name": "SugarKit",
"version": "0.0.4",
"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.4",
"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": [
]
}
}
]
}