[Delete] AliVCSDK_Standard 6.18.0
[CocoaPods.git] / Specs / 1 / d / e / APNetwork / 1.0.0 / APNetwork.podspec.json
blob8d3199b86f64e31e327dc34cccd3bdfa31e8ccbc
2   "name": "APNetwork",
3   "version": "1.0.0",
4   "summary": "Dummy network library to test Cocoa pods",
5   "description": "Dummy network framework",
6   "homepage": "https://git.corp.adobe.com/purushot/APNetwork.git",
7   "license": "MIT",
8   "authors": {
9     "purushot": "purushot@adobe.com"
10   },
11   "platforms": {
12     "ios": "12.0",
13     "osx": "10.14"
14   },
15   "source": {
16     "git": "git@git.corp.adobe.com:purushot/APNetwork.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "APNetworkService/API/**/*.{h,hpp,m,mm}",
21     "APNetworkService/Core/**/*.{hpp,h,m,cpp,mm}"
22   ],
23   "public_header_files": "APNetworkService/API/**/*.h",
24   "frameworks": "CFNetwork",
25   "requires_arc": true