[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 9 / b / 3 / AFIOSLib / 0.0.1 / AFIOSLib.podspec.json
blobed62f485f49e236d7b90d8b70aabba0bbc18e4ee
2   "name": "AFIOSLib",
3   "version": "0.0.1",
4   "summary": "A short description of AFIOSLib.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dondaldo/AFIOSLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "srikanth.android@hotmail.com": "srikanth@appsfly.io"
13   },
14   "source": {
15     "git": "https://github.com/dondaldo/AFIOSLib.git",
16     "tag": "0.0.1"
17   },
18   "swift_version": "4.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "AFIOSLib/Classes/**/*",
23   "dependencies": {
24     "Socket.IO-Client-Swift": [
25       "~> 13.1.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "AFCore",
31       "ios": {
32         "vendored_frameworks": "core.framework"
33       }
34     },
35     {
36       "name": "AFMicroApp",
37       "ios": {
38         "vendored_frameworks": "micro_app.framework"
39       }
40     }
41   ]