Skip to content

Commit 26b00bb

Browse files
committed
+ [ios] add WeexiOSKit
1 parent 6a90b2e commit 26b00bb

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

WeexiOSKit.podspec

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
4+
Pod::Spec.new do |s|
5+
s.name = "WeexiOSKit"
6+
s.version = "0.1"
7+
s.summary = "WeexiOSKit - Weex 's iOS components and module,and so on"
8+
s.homepage = "https://github.com/coderyi/hello-weex"
9+
s.license = "MIT"
10+
s.authors = { "coderyi" => "[email protected]" }
11+
s.source = { :git => "https://github.com/coderyi/hello-weex.git", :tag => "0.1" }
12+
s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
13+
s.platform = :ios, '7.0'
14+
s.source_files = 'ios/playground/WeexDemo/WeexiOSKit/**/*.{h,m,png}'
15+
s.requires_arc = true
16+
17+
18+
19+
20+
21+
end

examples/hello-weex.we

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
data: {
7171
baseURL: '',
7272
rows:[
73+
{name: 'monkey-index',title:"weex app : monkey for github"},
7374
{name: 'ioscomponent-example',title:"ios component"},
7475
{name: 'iosmodule-example',title:"ios module"},
75-
{name: 'monkey-index',title:"weex app : monkey for github"},
7676
{name: 'webcomponent-example',title:"web component"}
7777

7878
]

0 commit comments

Comments
 (0)