blob: bcd5cf2e9ec75a7b640bee91a080e461ccec702a [file] [log] [blame]
{
"name": "DataSources",
"version": "0.3.0",
"summary": "💾 🔜📱 Type-safe data-driven List-UI Framework",
"homepage": "https://github.com/muukii/DataSources",
"description": "💾 🔜📱 Type-safe data-driven List-UI Framework. (We can also use ASCollectionNode)",
"license": {
"type": "MIT"
},
"authors": {
"muukii": "m@muukii.me"
},
"social_media_url": "https://twitter.com/muukii0803",
"source": {
"git": "https://github.com/muukii/DataSources.git",
"tag": "0.3.0"
},
"module_name": "DataSources",
"default_subspecs": "Default",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": "UIKit"
},
"pushed_with_swift_version": "3.1",
"subspecs": [
{
"name": "Default",
"source_files": [
"Sources/Diff/**/*.swift",
"Sources/DataSources/**/*.swift"
]
}
]
}