blob: 7a073b8d4d9264b68abcbb4ae7c3df2e01a39146 [file] [log] [blame]
{
"name": "PopulateKit",
"version": "0.0.1",
"platforms": {
"ios": null
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Randomly-generated contacts for the iOS address book",
"homepage": "https://github.com/acoomans/Populate",
"authors": {
"Arnaud Coomans": "arnaud.coomans@gmail.com"
},
"source": {
"git": "https://github.com/acoomans/Populate.git",
"tag": "0.0.1"
},
"source_files": "PopulateKit/**/*.{h,m}",
"frameworks": [
"UIKit",
"AddressBook"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true
}