blob: dccd4f6f3a51f0edfdec071a719fbcdb7c8d10f7 [file] [log] [blame]
{
"name": "LiveCollections",
"version": "0.9.8",
"summary": "Automatically perform UITableView and UICollectionView animations with immutable data sets.",
"description": "An open source iOS framework that automatically performs UITableView and UICollectionView animations between two sets of immutable data. It supports generic data types and is thread-safe.",
"homepage": "https://github.com/scribd/LiveCollections",
"license": "MIT",
"authors": {
"Stephane Magne": "stephane@scribd.com"
},
"source": {
"git": "https://github.com/scribd/LiveCollections.git",
"tag": "beta_0.9.8"
},
"source_files": "LiveCollectionsFramework/LiveCollections/**/*.swift",
"exclude_files": [
"LiveCollectionsFramework/LiveCollections/Info.plist",
"LiveCollectionsSample/LiveCollectionsSample/Info.plist"
],
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
}
}