[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / a / 1 / JWMixedList / 0.1.0 / JWMixedList.podspec.json
blob23373e13e7bc24b01ee91c32a103949c5dc2fb5e
2   "name": "JWMixedList",
3   "version": "0.1.0",
4   "summary": "A mechanism for having mixed data types in one collection view.",
5   "description": "UITableViews and UICollectionViews can be difficult to manage when you want multiple data types.\nFor example, a collection view that supports both text only cell types, and image only cell types.\nJWMixedList allows you to have data agnostic list view controllers, and manager the data\non an item by item basis.",
6   "homepage": "https://github.com/jw1540/JWMixedList",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jw1540": "joew795@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jw1540/JWMixedList.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/seph_joe_",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "3.2",
23   "source_files": "JWMixedList/**/*.swift"