[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / d / b / LiveCollections / 0.9.8 / LiveCollections.podspec.json
blobdccd4f6f3a51f0edfdec071a719fbcdb7c8d10f7
2   "name": "LiveCollections",
3   "version": "0.9.8",
4   "summary": "Automatically perform UITableView and UICollectionView animations with immutable data sets.",
5   "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.",
6   "homepage": "https://github.com/scribd/LiveCollections",
7   "license": "MIT",
8   "authors": {
9     "Stephane Magne": "stephane@scribd.com"
10   },
11   "source": {
12     "git": "https://github.com/scribd/LiveCollections.git",
13     "tag": "beta_0.9.8"
14   },
15   "source_files": "LiveCollectionsFramework/LiveCollections/**/*.swift",
16   "exclude_files": [
17     "LiveCollectionsFramework/LiveCollections/Info.plist",
18     "LiveCollectionsSample/LiveCollectionsSample/Info.plist"
19   ],
20   "swift_version": "4.2",
21   "platforms": {
22     "ios": "9.0"
23   }