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] TrinityAudioSDK 3.2.118
[CocoaPods.git]
/
Specs
/
c
/
5
/
d
/
Primus
/
0.0.3
/
Primus.podspec.json
blob
4020c975ad4cb86b7519cc5714c0bf7139414bfb
1
{
2
"name": "Primus",
3
"version": "0.0.3",
4
"summary": "Easily switch between different real-time Objective-C frameworks without any code changes.",
5
"homepage": "https://github.com/seegno/primus-objc",
6
"authors": "Seegno",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"source": {
12
"git": "https://github.com/seegno/primus-objc.git",
13
"tag": "0.0.3"
14
},
15
"source_files": [
16
"Primus/*.{h,m}",
17
"Primus/**/*.{h,m}"
18
],
19
"requires_arc": true,
20
"platforms": {
21
"ios": "6.0",
22
"osx": "10.8"
23
},
24
"dependencies": {
25
"libextobjc/EXTScope": [
26
27
],
28
"NSTimer-Blocks": [
29
30
],
31
"Reachability": [
32
33
],
34
"Emitter": [
35
36
]
37
}
38
}