blob: 315e4fa17eb6aac1c218b6a9ba966fe885263bab [file] [log] [blame]
{
"name": "ios-components",
"version": "1.0",
"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.0"
},
"platforms": {
"ios": null
},
"source_files": "Components/**/*.{h,m}",
"exclude_files": [
"ComponentsDemo",
"ComponentsTests"
],
"requires_arc": true
}