[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / 3 / sReto / 1.2.0 / sReto.podspec.json
blob4b0e6b2259f4c87ac017d6acbc1e4f249e3f00ea
2   "name": "sReto",
3   "version": "1.2.0",
4   "summary": "P2P Framework for realtime collaboration in Swift",
5   "homepage": "https://github.com/ls1intum/sReto",
6   "license": "MIT",
7   "authors": {
8     "Chair for Applied Software Engineering": "ios@in.tum.de"
9   },
10   "social_media_url": "https://twitter.com/ls1intum",
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.9"
14   },
15   "source": {
16     "git": "https://github.com/ls1intum/sReto.git",
17     "tag": "1.2.0"
18   },
19   "ios": {
20     "frameworks": [
21       "CFNetwork",
22       "Security"
23     ]
24   },
25   "osx": {
26     "frameworks": [
27       "CoreServices",
28       "Security"
29     ]
30   },
31   "libraries": "icucore",
32   "subspecs": [
33     {
34       "name": "no-arc",
35       "source_files": "Source/sReto/DNSSD/*",
36       "requires_arc": false
37     },
38     {
39       "name": "arc",
40       "source_files": "Source/**/*.{h,c,m,swift}",
41       "exclude_files": [
42         "Source/sReto/DNSSD/*",
43         "Source/sRetoTests/*"
44       ],
45       "requires_arc": true,
46       "dependencies": {
47         "sReto/no-arc": [
49         ]
50       }
51     }
52   ]