[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / 8 / DataSources / 0.8.0 / DataSources.podspec.json
blobcc6cf9c0b0c66cd94d8b7d017da3b9ef4c47c8b7
2   "name": "DataSources",
3   "version": "0.8.0",
4   "summary": "💾 ðŸ”œðŸ“± Type-safe data-driven List-UI Framework",
5   "homepage": "https://github.com/muukii/DataSources",
6   "description": "💾 ðŸ”œðŸ“± Type-safe data-driven List-UI Framework. (We can also use ASCollectionNode)",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "muukii": "muukii.app@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/muukii0803",
14   "source": {
15     "git": "https://github.com/muukii/DataSources.git",
16     "tag": "0.8.0"
17   },
18   "module_name": "DataSources",
19   "default_subspecs": "Default",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "9.0"
23   },
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "subspecs": [
28     {
29       "name": "Default",
30       "source_files": [
31         "Sources/ListDiff/**/*.swift",
32         "Sources/DataSources/**/*.swift"
33       ]
34     }
35   ]