[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 9 / Reader / 0.1.0 / Reader.podspec.json
blobc559f0abaa481ce3c298aba7f88cbbafd266727e
2   "name": "Reader",
3   "version": "0.1.0",
4   "summary": "Reader monad in Swift",
5   "description": "Reader, a wrapper for function that take some Input and produce Element.",
6   "homepage": "https://github.com/to4iki/Reader",
7   "source_files": "Sources/Reader/*.swift",
8   "pod_target_xcconfig": {
9     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES",
10     "APPLICATION_EXTENSION_API_ONLY": "YES"
11   },
12   "source": {
13     "git": "https://github.com/to4iki/Reader.git",
14     "tag": "0.1.0"
15   },
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "authors": {
21     "Toshiki Takezawa": "tsk.take815@gmail.com"
22   },
23   "social_media_url": "https://twitter.com/to4iki",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "swift_version": "4.0"