[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / 0 / FunkObjC / 0.2.1 / FunkObjC.podspec.json
blobdefbf6b44cfb7573fd68798ffbd4dea507f54b69
2   "name": "FunkObjC",
3   "version": "0.2.1",
4   "summary": "Functional ObjC extension",
5   "homepage": "https://github.com/nzrsky/FunkObjC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alexey Nazarov": "alexx.nazaroff@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nzrsky/FunkObjC.git",
15     "tag": "0.2.1"
16   },
17   "social_media_url": "https://twitter.com/nzrsky",
18   "platforms": {
19     "osx": "10.10",
20     "ios": "10.0",
21     "tvos": "10.0",
22     "watchos": "5.0"
23   },
24   "requires_arc": true,
25   "frameworks": "Foundation",
26   "source_files": "FunkObjC/**/*.{m,h}",
27   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n  #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n  #define TARGET_OS_TV 0\n#endif",
28   "dependencies": {
29     "ModernObjC": [
30       ">= 0.1.2"
31     ]
32   }