blob: 69c6a23687b2cea133f9abda3fefa7677b22bfff [file] [log] [blame]
{
"name": "ios-components",
"version": "1.1.1",
"license": "GPL",
"summary": "Collection of reusable components for iOS development.",
"homepage": "https://github.com/keeshux/ios-components",
"authors": {
"Davide De Rosa": "keeshux@gmail.com"
},
"source": {
"git": "https://github.com/keeshux/ios-components.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Components/**/*.{h,m}",
"exclude_files": [
"ComponentsDemo",
"ComponentsTests"
],
"requires_arc": true
}