blob: 4e6cdb637840737406c0ada40821164caead27c2 [file] [log] [blame]
{
"name": "AtlasSwift",
"version": "0.0.2",
"summary": "Atlas is a redux store for your swift apps without the reducer layer",
"description": "Atlas is a redux like store for your swift iOS/macOS/tvOS apps without the reducer layer",
"homepage": "https://github.com/giuseppesalvo/atlas",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Giuseppe": "giuseppesalvo@outlook.it"
},
"source": {
"git": "https://github.com/giuseppesalvo/Atlas.git",
"tag": "0.0.2"
},
"social_media_url": "https://github.com/giuseppesalvo",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "AtlasSwift/Classes/**/*",
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}