Latest | 1.1 |
---|---|
Homepage | https://github.com/wishWinds/JUtilities.git |
License | MIT |
Platforms | ios 9.0, requires ARC |
Authors |
404: Not Found
Latest podspec
{ "name": "JUtilities", "version": "1.1", "summary": "iOS Utilities", "description": "iOS Utilities for Develepment.", "homepage": "https://github.com/wishWinds/JUtilities.git", "license": "MIT", "authors": { "shupeng": "[email protected]" }, "platforms": { "ios": "9.0" }, "source": { "git": "https://github.com/wishWinds/JUtilities.git", "tag": "1.1" }, "source_files": "JUtilities/JUtilities.h", "public_header_files": "JUtilities/JUtilities.h", "requires_arc": true, "subspecs": [ { "name": "Runtime", "source_files": "JUtilities/Runtime/*.{h,m}", "public_header_files": "JUtilities/Runtime/*.h" }, { "name": "Foundation", "source_files": "JUtilities/Foundation/*.{h,m}", "public_header_files": "JUtilities/Foundation/*.h" }, { "name": "UIKit", "source_files": "JUtilities/UIKit/*.{h,m}", "public_header_files": "JUtilities/UIKit/*.h", "subspecs": [ { "name": "UIResponderRouter", "source_files": "JUtilities/UIKit/UIResponderRouter/*.{h,m}", "public_header_files": "JUtilities/UIKit/UIResponderRouter/*.h" } ] } ] }
Sat, 11 May 2019 10:12:04 +0000