[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 0 / 5 / JQExtensions / 0.0.1 / JQExtensions.podspec.json
blob79df24bcd26d0fe7991319fc693388dc5059f377
2   "name": "JQExtensions",
3   "version": "0.0.1",
4   "summary": "OC some of the base class extentions.",
5   "homepage": "https://github.com/Metoos/JQExtensions.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "life": "835620970@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Metoos/JQExtensions.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Sources",
22     "Sources/*.{h,m}",
23     "Sources/Resources/*.{h,m,bundle}"
24   ],
25   "resources": "Sources/Resources/*.bundle",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "SDWebImage": [
33       "~> 4.3.0"
34     ]
35   }