blob: 285528c89bb54bed8dd7e9cb0840b78592bc1924 [file] [log] [blame]
{
"name": "Sesame",
"version": "0.1.1",
"summary": "Sesame is a framework for reinforcing app open behaviors.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/BoundlessAI/sesame-sdk-ios",
"social_media_url": "https://twitter.com/BoundlessAI",
"authors": {
"BoundlessAI": "team@boundless.ai"
},
"source": {
"git": "https://github.com/BoundlessAI/sesame-sdk-ios",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Sesame/Classes/**/*.swift",
"resource_bundles": {
"Sesame": [
"Sesame/Assets/*.png"
]
},
"resources": "Sesame/Classes/Database/CoreData/*.xcdatamodeld",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
]
}