[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 7 / ABKit / 0.1.0 / ABKit.podspec.json
blob2c014bfc305652738871ee6f99b7fbe3d422b19b
2   "name": "ABKit",
3   "version": "0.1.0",
4   "summary": "AB testing framework for iOS",
5   "description": "ABKit is a library for implementing a simple Split Test that:\n* Doesn't require an HTTP client\n* written in Pure Swift",
6   "homepage": "https://github.com/recruit-mp/ABKit",
7   "license": "MIT",
8   "authors": {
9     "Naoto Kaneko": "n_kaneko@r.recruit.co.jp"
10   },
11   "source": {
12     "git": "https://github.com/recruit-mp/ABKit.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "ABKit/**/*.{h,swift}"