[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 9 / SYKit / 0.0.35 / SYKit.podspec.json
blobe22635c54768759b859b1cd177373798b8bb65f9
2   "name": "SYKit",
3   "platforms": {
4     "ios": "5.0",
5     "tvos": "9.0"
6   },
7   "version": "0.0.35",
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.35"
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   }