[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / b / a / sampleTestFrameWork / 0.0.1 / sampleTestFrameWork.podspec.json
blobdb330a0346e10c94d997666cf5512c60f0ceaf8f
2   "name": "sampleTestFrameWork",
3   "version": "0.0.1",
4   "summary": "framework to test the sample",
5   "description": "A sample framework to test how the framework works",
6   "homepage": "https://github.com/manojM008",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Manoj M": "manoj@2mpower.in"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://raw.githubusercontent.com/manojM008/testFrame/master/sampleFramework.zip"
19   },
20   "exclude_files": "Classes/Exclude",
21   "dependencies": {
22     "SDWebImage": [
23       "~> 4.0"
24     ]
25   },
26   "ios": {
27     "vendored_frameworks": "sampleFramework.framework"
28   }