[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / c / silky_ios / 1.0.4 / silky_ios.podspec.json
blob2a77128d3b1de9c7bb186afd0b76e227290af81d
2   "name": "silky_ios",
3   "version": "1.0.4",
4   "summary": "A short description of silky ios.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/silky-mobile/silky_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "makaiwen": "admin@makaiwen.com"
13   },
14   "source": {
15     "git": "https://github.com/silky-mobile/silky_ios.git",
16     "tag": "1.0.4"
17   },
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "ios": {
28     "vendored_frameworks": "silky_ios/silky_ios.framework"
29   },
30   "resources": "silky_ios/silky_ios.bundle",
31   "frameworks": [
32     "UIKit",
33     "MobileCoreServices",
34     "CoreServices",
35     "IOKit",
36     "AVFoundation",
37     "AdSupport",
38     "SystemConfiguration"
39   ],
40   "libraries": [
41     "c++",
42     "sqlite3"
43   ],
44   "dependencies": {
45     "SocketRocket": [
47     ]
48   }