This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://182.92.232.86:8080/tramera/m/cam?m=get |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = "HZWebViewController" | |
| s.version = "0.0.4" | |
| s.summary = "Browser Control" | |
| s.homepage = "https://github.com/kikohz/HZWebViewController" | |
| s.license = { :type => 'MIT', :file => 'LICENSE' } | |
| s.author = { "kikohz" => "[email protected]" } | |
| s.social_media_url = "http://twitter.com/H_z2" | |
| s.platform = :ios, '5.0' | |
| s.source = { :git => "https://github.com/kikohz/HZWebViewController.git", :tag => "#{s.version}" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| + (BOOL)validateIDCardNumber:(NSString *)value { | |
| //检查 去掉两端的空格 | |
| value = [value stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]]; | |
| //检查长度 | |
| int length = 0; | |
| if (!value) { | |
| return NO; | |
| }else { | |
| length = value.length; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = 'ImageBrowser' | |
| s.version = 'v0.2' | |
| s.license = { :type => 'MIT', :file => 'LICENSE' } | |
| s.summary = 'A simple picture viewer.' | |
| s.homepage = 'https://github.com/kikohz/ImageBrowser' | |
| s.author = { 'H_z' => '[email protected]' } | |
| s.source = { :git => 'https://github.com/kikohz/ImageBrowser.git', :tag => 'v0.2' } | |
| s.platform = :ios | |
| s.source_files = 'Source' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| data: [ | |
| { | |
| ad_name: "测试", | |
| ad_des: "这是一条测试数据", | |
| ad_type: "web", | |
| ad_image: "http://ww4.sinaimg.cn/bmiddle/b89e3f89gw1ecnm9ngyipj20c80ewad8.jpg", | |
| ad_url: "http://xxx.com", | |
| ad_location: 0, | |
| ad_id: "0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::Spec.new do |s| | |
| s.name = 'KNSemiModalViewController' | |
| s.version = '0.4' | |
| s.license = { :type => 'MIT', | |
| :text => <<-LICENSE | |
| UIViewController+KNSemiModal is licensed under MIT License | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
NewerOlder