Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Urinx committed Jun 2, 2016
1 parent f6f63eb commit fa18a5e
Show file tree
Hide file tree
Showing 1,173 changed files with 127,093 additions and 0 deletions.
Binary file added Sublime/Cycript.framework/Cycript
Binary file not shown.
35 changes: 35 additions & 0 deletions Sublime/Cycript.framework/Headers/Cycript.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/* Cycript - Optimizing JavaScript Compiler/Runtime
* Copyright (C) 2009-2013 Jay Freeman (saurik)
*/

/* GNU General Public License, Version 3 {{{ */
/*
* Cycript is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation, either version 3 of the License,
* or (at your option) any later version.
*
* Cycript is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Cycript. If not, see <http://www.gnu.org/licenses/>.
**/
/* }}} */

#ifndef CYCRIPT_CYCRIPT_H
#define CYCRIPT_CYCRIPT_H

#ifdef __cplusplus
extern "C" {
#endif

void CYListenServer(short port);

#ifdef __cplusplus
}
#endif

#endif/*CYCRIPT_CYCRIPT_H*/
18 changes: 18 additions & 0 deletions Sublime/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'Alamofire', '~> 3.0'
pod 'CYRTextView'
pod 'ZLMusicFlowWaveView'
pod 'SJCSimplePDFView'
pod 'Swifter'
pod 'SwiftyJSON'
pod 'AASquaresLoading'
pod 'DGElasticPullToRefresh'
pod 'SSZipArchive'
pod 'Gifu'
pod 'RongCloudIMKit'
pod 'NMSSH'
pod 'AlamofireRSSParser'
pod 'Charts'
58 changes: 58 additions & 0 deletions Sublime/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
PODS:
- AASquaresLoading (0.3.2)
- Alamofire (3.2.0)
- AlamofireRSSParser (1.0.2):
- Alamofire (~> 3.2.0)
- Charts (2.2.4):
- Charts/Core (= 2.2.4)
- Charts/Core (2.2.4)
- CYRTextView (0.4.0)
- DGElasticPullToRefresh (1.0.3)
- EZAudio (0.0.6)
- Gifu (1.0.1)
- NMSSH (2.2.5)
- RongCloudIMKit (2.4.9)
- SJCSimplePDFView (1.0.0)
- SSZipArchive (1.1)
- Swifter (1.1.3)
- SwiftyJSON (2.3.2)
- ZLMusicFlowWaveView (0.0.1):
- ZLSinusWaveView
- ZLSinusWaveView (0.0.3):
- EZAudio (~> 0.0.6)

DEPENDENCIES:
- AASquaresLoading
- Alamofire (~> 3.0)
- AlamofireRSSParser
- Charts
- CYRTextView
- DGElasticPullToRefresh
- Gifu
- NMSSH
- RongCloudIMKit
- SJCSimplePDFView
- SSZipArchive
- Swifter
- SwiftyJSON
- ZLMusicFlowWaveView

SPEC CHECKSUMS:
AASquaresLoading: 14da64695b9128cbda6b8558249bd0bbc72123b6
Alamofire: 4da478599fccddff361205c8929333d7fe18dceb
AlamofireRSSParser: fcfc64e24a801e412abdd6cc5ae3b6bdb49acf69
Charts: a9e735c83c6d376ade20f6612dcf0ba217394a49
CYRTextView: 1c1a4d708eee54ecad66b8ad42dbfe73083bdfce
DGElasticPullToRefresh: 040f39ae69840b3261d163fe6735c5901bf851e9
EZAudio: feb8e1c3ec17d8933bc2efc66b59ead1f2e79e54
Gifu: bf7a99fe9f20a1dc18c3cb4289aebc922a2ad419
NMSSH: 8643df89d73b9a3e398a5a5971f6ea4bb1179ea7
RongCloudIMKit: e670867836deef44c0157f05b4a88107f1f5f8e6
SJCSimplePDFView: f56890f1d73eb242850bc37f91a482caa0bc51f1
SSZipArchive: de3d215ab73f87db627f81f2ce24f1731e3886c3
Swifter: 52433dd6616050450a69513ef5d1452a2d089096
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
ZLMusicFlowWaveView: a2f7fe423c5996e74d862595b4d5fc8a4148004e
ZLSinusWaveView: c0aa99ce88b674124d5ccae16bc87696e4f8318b

COCOAPODS: 0.39.0.rc.1
22 changes: 22 additions & 0 deletions Sublime/Pods/AASquaresLoading/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions Sublime/Pods/AASquaresLoading/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fa18a5e

Please sign in to comment.