[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 7 / c / SHSwiftKit / 0.0.1 / SHSwiftKit.podspec.json
blob4373fcbc60cc2e90058cf3be746347b5a8a11d4c
2   "name": "SHSwiftKit",
3   "summary": "Pure Swift Kit with wrappers on Foundation and other iOS Core frameworks.",
4   "version": "0.0.1",
5   "homepage": "https://github.com/ankitthakur/SHSwiftKit",
6   "license": "MIT",
7   "authors": {
8     "Ankit Thakur": "ankitthakur85@icloud.com"
9   },
10   "source": {
11     "git": "https://github.com/ankitthakur/SHSwiftKit.git",
12     "tag": "0.0.1"
13   },
14   "social_media_url": "https://twitter.com/ankitthakur",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "source_files": "Sources/{iOS,Shared}/**/*",
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   }