[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 7 / c / SHSwiftKit / 0.0.0.1 / SHSwiftKit.podspec.json
blobe58002645add91d0ce8427dc55c1b86d64c1c6b0
2   "name": "SHSwiftKit",
3   "summary": "Pure Swift Kit with wrappers on Foundation and other iOS Core frameworks.",
4   "version": "0.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.0.1"
13   },
14   "social_media_url": "https://twitter.com/ankitthakur",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Sources/{iOS,Shared}/**/*",
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "source_files": "Sources/{Mac,Shared}/**/*"
29   }