[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 9 / SYKit / 0.0.32 / SYKit.podspec.json
blobb594d3c4f7b2bc0bb46c9f8524d52dccd43b762d
2   "name": "SYKit",
3   "platforms": {
4     "ios": "5.0",
5     "tvos": "9.0"
6   },
7   "version": "0.0.32",
8   "license": "Custom",
9   "summary": "UIKit and Foundation tools",
10   "homepage": "https://github.com/dvkch/SYKit",
11   "authors": {
12     "Stan Chevallier": "contact@stanislaschevallier.fr"
13   },
14   "source": {
15     "git": "https://github.com/dvkch/SYKit.git",
16     "tag": "0.0.32"
17   },
18   "source_files": "Common/*.{h,m,c}",
19   "ios": {
20     "source_files": "iOS/*.{h,m,c}",
21     "dependencies": {
22       "JGMethodSwizzler": [
24       ]
25     }
26   },
27   "tvos": {
28     "source_files": "tvOS/*.{h,m,c}"
29   },
30   "requires_arc": true,
31   "xcconfig": {
32     "CLANG_MODULES_AUTOLINK": "YES"
33   },
34   "resource_bundles": {
35     "SYSearchField": [
36       "Resources/loupe*.png"
37     ]
38   }