repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git]
/
Specs
/
2
/
5
/
b
/
FSHelper
/
1.0
/
FSHelper.podspec.json
blob
d9296f670a8284b55ceea14131068b9ddcf1983d
1
{
2
"name": "FSHelper",
3
"version": "1.0",
4
"summary": "Extensions for iOS",
5
"homepage": "https://github.com/fs/FSHelper",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Vladimir Goncharov": "vladimir1631@yandex.ru"
12
},
13
"platforms": {
14
"ios": "5.0"
15
},
16
"source": {
17
"git": "https://github.com/fs/FSHelper.git",
18
"tag": "1.0"
19
},
20
"ios": {
21
"source_files": "Objective-C/*.{h,m}"
22
},
23
"frameworks": [
24
"Foundation",
25
"UIKit",
26
"QuartzCore",
27
"MapKit",
28
"CommonCrypto",
29
"Accelerate",
30
"ImageIO"
31
],
32
"requires_arc": true
33
}