[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / 1 / 8 / ABChoiceView / 1.0.2 / ABChoiceView.podspec.json
blob2c2019bc3e7c5438a694f41dc381382f5ba10d4f
2   "name": "ABChoiceView",
3   "version": "1.0.2",
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.2"
21   },
22   "source_files": "ABChoiceView/**/*.{h,swift}",
23   "resource_bundles": {
24     "ABChoiceView": [
25       "ABChoiceView/Assets/*.{xib,png}"
26     ]
27   }