blob: 3ab3ee715c65f9fa1862165c321e5baa8a850e71 [file] [log] [blame]
{
"name": "Motion",
"version": "1.4.1",
"swift_version": "4.0",
"license": "MIT",
"summary": "A library used to create beautiful animations and transitions for Apple devices.",
"homepage": "http://cosmicmind.com",
"social_media_url": "https://www.facebook.com/cosmicmindcom",
"authors": {
"CosmicMind, Inc.": "support@cosmicmind.com"
},
"source": {
"git": "https://github.com/CosmicMind/Motion.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "8.0"
},
"ios": {
"source_files": "Sources/**/*.swift"
},
"requires_arc": true
}
]
}