blob: c5c2f9878499aaed44475f1da9c9f929c65271bc [file] [log] [blame]
{
"name": "Small",
"version": "0.0.1",
"summary": "A small framework to split app into small parts",
"homepage": "https://github.com/wequick/Small",
"license": "Apache License, Version 2.0",
"authors": {
"galenlin": "oolgloo.2012@gmail.com"
},
"social_media_url": "http://weibo.com/galenlin",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/wequick/Small.git",
"tag": "ios-0.0.1"
},
"source_files": [
"iOS/Small/*.{h,m}",
"iOS/Small/Classes/*"
],
"public_header_files": [
"iOS/Small/*.h",
"iOS/Small/Classes/*.h"
],
"private_header_files": "iOS/Small/Classes/_*.h",
"frameworks": "UIKit",
"dependencies": {
"ZipArchive": [
]
}
}