[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / d / 5 / 3 / XSTestLib / 0.1.0 / XSTestLib.podspec.json
blob8022aadbdd1c537b41a3df6330ae9ad8ba3dfcef
2   "name": "XSTestLib",
3   "version": "0.1.0",
4   "summary": "A short description of XSTestLib.",
5   "license": "MIT",
6   "authors": {
7     "JeeLiu": "493735926@qq.com"
8   },
9   "homepage": "https://github.com/JeeLiu/XSTestLib",
10   "description": "test pod framework",
11   "frameworks": "Foundation",
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/JeeLiu/XSTestLib.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "ios": {
21     "preserve_paths": "ios/XSTestLib.framework",
22     "public_header_files": "ios/XSTestLib.framework/Versions/A/Headers/*.h",
23     "vendored_frameworks": "ios/XSTestLib.framework"
24   }