[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 8 / FLTextView / 1.0.0 / FLTextView.podspec.json
blob6bb07d92b6a2e5ce551da8ac41b71e99cd19227d
2   "name": "FLTextView",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "UITextView + Placeholder in Swift",
6   "homepage": "https://github.com/freeletics/FLTextView",
7   "authors": {
8     "Danilo Bürger": "danilo@freeletics.com"
9   },
10   "source": {
11     "git": "https://github.com/freeletics/FLTextView.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "ios": {
18     "frameworks": "UIKit"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Default",
22   "subspecs": [
23     {
24       "name": "Legacy",
25       "platforms": {
26         "ios": "7.0"
27       },
28       "preserve_paths": "FLTextView/*.{swift,modulemap}"
29     },
30     {
31       "name": "Default",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "source_files": "FLTextView/*.swift"
36     }
37   ]