blob: 20376aa32b725aeff9b99af69874d1bdd8292c51 [file] [log] [blame]
{
"name": "JUtilities",
"version": "1.0",
"summary": "iOS Utilities",
"description": "iOS Utilities for Develepment.",
"homepage": "https://github.com/wishWinds/JUtilities.git",
"license": "MIT",
"authors": {
"shupeng": "john.hi.gm@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wishWinds/JUtilities.git",
"tag": "1.0"
},
"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"
}
]
}
]
}