[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 8 / ABChoiceView / 1.0.1 / ABChoiceView.podspec.json
blob929f81a6caa1172936ed128ed504e6dd1987e66e
2   "name": "ABChoiceView",
3   "version": "1.0.1",
4   "summary": "ABChoiceView is a user friendly multi-selection view library for iOS (written in Swift).",
5   "homepage": "https://github.com/avivbenshabat/ABChoiceView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Aviv Ben Shabat": "avivbenshabat@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.1"
15   },
16   "swift_version": "4.1",
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/avivbenshabat/ABChoiceView.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "ABChoiceView/**/*.{h,swift}",
23   "resource_bundles": {
24     "ABChoiceView": [
25       "ABChoiceView/Assets/*.{xib,png}"
26     ]
27   }